@ProviderType
public interface AssetCategoryFinder
| Modifier and Type | Method and Description |
|---|---|
int |
countByG_C_N(long groupId,
long classNameId,
String name) |
int |
countByG_N_P(long groupId,
String name,
String[] categoryProperties) |
List<AssetCategory> |
findByG_N_P(long groupId,
String name,
String[] categoryProperties) |
List<AssetCategory> |
findByG_N_P(long groupId,
String name,
String[] categoryProperties,
int start,
int end) |
AssetCategory |
findByG_N(long groupId,
String name) |
int countByG_C_N(long groupId,
long classNameId,
String name)
AssetCategory findByG_N(long groupId, String name) throws NoSuchCategoryException
NoSuchCategoryExceptionList<AssetCategory> findByG_N_P(long groupId, String name, String[] categoryProperties)
List<AssetCategory> findByG_N_P(long groupId, String name, String[] categoryProperties, int start, int end)