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


public interface AssetCategoryFinder

View Source

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

Method Detail

countByG_C_N

int countByG_C_N(long groupId,
                 long classNameId,
                 java.lang.String name)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_N_P

int countByG_N_P(long groupId,
                 java.lang.String name,
                 java.lang.String[] categoryProperties)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByEntryId

java.util.List<AssetCategory> findByEntryId(long entryId)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N

AssetCategory findByG_N(long groupId,
                        java.lang.String name)
                        throws com.liferay.portal.kernel.exception.SystemException,
                               NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByC_C

java.util.List<AssetCategory> findByC_C(long classNameId,
                                        long classPK)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N_P

java.util.List<AssetCategory> findByG_N_P(long groupId,
                                          java.lang.String name,
                                          java.lang.String[] categoryProperties)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException