com.liferay.portlet.asset.service.persistence
Class AssetVocabularyFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetVocabularyFinderUtil
public class AssetVocabularyFinderUtil
- extends Object
Method Summary |
static int |
countByG_N(long groupId,
String name)
|
static int |
filterCountByG_N(long groupId,
String name)
|
static List<AssetVocabulary> |
filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<AssetVocabulary> |
findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static AssetVocabularyFinder |
getFinder()
|
void |
setFinder(AssetVocabularyFinder finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyFinderUtil
public AssetVocabularyFinderUtil()
countByG_N
public static int countByG_N(long groupId,
String name)
throws SystemException
- Throws:
SystemException
filterCountByG_N
public static int filterCountByG_N(long groupId,
String name)
throws SystemException
- Throws:
SystemException
filterFindByG_N
public static List<AssetVocabulary> filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByG_N
public static List<AssetVocabulary> findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getFinder
public static AssetVocabularyFinder getFinder()
setFinder
public void setFinder(AssetVocabularyFinder finder)