com.liferay.portlet.asset.service.persistence
Interface AssetVocabularyFinder
- All Known Implementing Classes:
- AssetVocabularyFinderImpl
@ProviderType
public interface AssetVocabularyFinder
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
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<AssetVocabulary> obc)
|
List<AssetVocabulary> |
findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
countByG_N
int countByG_N(long groupId,
String name)
filterCountByG_N
int filterCountByG_N(long groupId,
String name)
filterFindByG_N
List<AssetVocabulary> filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
findByG_N
List<AssetVocabulary> findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)