com.liferay.portlet.asset.service.persistence
Interface AssetVocabularyFinder
public interface AssetVocabularyFinder
Method Summary |
int |
countByG_N(long groupId,
String name)
|
int |
filterCountByG_N(long groupId,
String name)
|
List<AssetVocabulary> |
filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
countByG_N
int countByG_N(long groupId,
String name)
throws SystemException
- Throws:
SystemException
filterCountByG_N
int filterCountByG_N(long groupId,
String name)
throws SystemException
- Throws:
SystemException
filterFindByG_N
List<AssetVocabulary> filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByG_N
List<AssetVocabulary> findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException