Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.service.persistence
Interface AssetCategoryFinder


public interface AssetCategoryFinder


Method Summary
 int countByG_C_N(long groupId, long classNameId, String name)
           
 int countByG_N_P(long groupId, String name, String[] categoryProperties)
           
 List<Long> findByG_L(Long parentCategoryId)
           
 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)
           
 

Method Detail

countByG_C_N

int countByG_C_N(long groupId,
                 long classNameId,
                 String name)
                 throws SystemException
Throws:
SystemException

countByG_N_P

int countByG_N_P(long groupId,
                 String name,
                 String[] categoryProperties)
                 throws SystemException
Throws:
SystemException

findByG_L

List<Long> findByG_L(Long parentCategoryId)
                     throws SystemException
Throws:
SystemException

findByG_N

AssetCategory findByG_N(long groupId,
                        String name)
                        throws SystemException,
                               NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByG_N_P

List<AssetCategory> findByG_N_P(long groupId,
                                String name,
                                String[] categoryProperties)
                                throws SystemException
Throws:
SystemException

findByG_N_P

List<AssetCategory> findByG_N_P(long groupId,
                                String name,
                                String[] categoryProperties,
                                int start,
                                int end)
                                throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3