@ProviderType
public class AssetCategoryFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
AssetCategoryFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countByG_C_N(long groupId,
long classNameId,
java.lang.String name) |
static int |
countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties) |
static java.util.List<java.lang.Long> |
findByG_L(java.lang.Long parentCategoryId) |
static java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties) |
static java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end) |
static AssetCategory |
findByG_N(long groupId,
java.lang.String name) |
static AssetCategoryFinder |
getFinder() |
void |
setFinder(AssetCategoryFinder finder) |
public static int countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
throws SystemException
SystemExceptionpublic static int countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
throws SystemException
SystemExceptionpublic static java.util.List<java.lang.Long> findByG_L(java.lang.Long parentCategoryId)
throws SystemException
SystemExceptionpublic static AssetCategory findByG_N(long groupId, java.lang.String name) throws SystemException, NoSuchCategoryException
public static java.util.List<AssetCategory> findByG_N_P(long groupId, java.lang.String name, java.lang.String[] categoryProperties) throws SystemException
SystemExceptionpublic static java.util.List<AssetCategory> findByG_N_P(long groupId, java.lang.String name, java.lang.String[] categoryProperties, int start, int end) throws SystemException
SystemExceptionpublic static AssetCategoryFinder getFinder()
public void setFinder(AssetCategoryFinder finder)