@ProviderType
public interface AssetVocabularyFinder
Modifier and Type | Method and Description |
---|---|
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<AssetVocabulary> obc) |
java.util.List<AssetVocabulary> |
findByG_N(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
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<AssetVocabulary> obc)
java.util.List<AssetVocabulary> findByG_N(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> obc)