@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> orderByComparator) |
List<AssetVocabulary> |
findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
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> orderByComparator)
List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)