Liferay 7.0-ce-b4

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


@ProviderType
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> 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)

countByG_N_P

int countByG_N_P(long groupId,
                 String name,
                 String[] categoryProperties)

findByG_N

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

findByG_N_P

List<AssetCategory> findByG_N_P(long groupId,
                                String name,
                                String[] categoryProperties)

findByG_N_P

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

Liferay 7.0-ce-b4