@ProviderType
public interface AssetVocabularyFinder
Modifier and Type | Method and Description |
---|---|
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) |
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)