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