Liferay 6.0.5

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

All Known Implementing Classes:
AssetCategoryFinderImpl

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<AssetCategory> findByC_C(long classNameId, long classPK)
           
 List<AssetCategory> findByEntryId(long entryId)
           
 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

findByEntryId

List<AssetCategory> findByEntryId(long entryId)
                                  throws SystemException
Throws:
SystemException

findByG_N

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

findByC_C

List<AssetCategory> findByC_C(long classNameId,
                              long classPK)
                              throws SystemException
Throws:
SystemException

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.0.5