com.liferay.portlet.asset.service.persistence
Interface AssetCategoryFinder
@ProviderType
public interface AssetCategoryFinder
- Author:
- Brian Wing Shun Chan
|
Method Summary |
int |
countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
|
int |
countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
|
java.util.List<java.lang.Long> |
findByG_L(java.lang.Long parentCategoryId)
|
java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
|
java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
|
AssetCategory |
findByG_N(long groupId,
java.lang.String name)
|
countByG_C_N
int countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
throws SystemException
- Throws:
SystemException
countByG_N_P
int countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
throws SystemException
- Throws:
SystemException
findByG_L
java.util.List<java.lang.Long> findByG_L(java.lang.Long parentCategoryId)
throws SystemException
- Throws:
SystemException
findByG_N
AssetCategory findByG_N(long groupId,
java.lang.String name)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByG_N_P
java.util.List<AssetCategory> findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
throws SystemException
- Throws:
SystemException
findByG_N_P
java.util.List<AssetCategory> findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
throws SystemException
- Throws:
SystemException