Liferay 6.1.10-ee-ga1

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)
           
 int countByG_N_V(long groupId, String name, long vocabularyId)
           
 int filterCountByG_N_V(long groupId, String name, long vocabularyId)
           
 List<AssetCategory> filterFindByG_N_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 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)
           
 List<AssetCategory> findByG_N_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 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_V

int countByG_N_V(long groupId,
                 String name,
                 long vocabularyId)
                 throws SystemException
Throws:
SystemException

countByG_N_P

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

filterCountByG_N_V

int filterCountByG_N_V(long groupId,
                       String name,
                       long vocabularyId)
                       throws SystemException
Throws:
SystemException

filterFindByG_N_V

List<AssetCategory> filterFindByG_N_V(long groupId,
                                      String name,
                                      long vocabularyId,
                                      int start,
                                      int end,
                                      OrderByComparator obc)
                                      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_V

List<AssetCategory> findByG_N_V(long groupId,
                                String name,
                                long vocabularyId,
                                int start,
                                int end,
                                OrderByComparator obc)
                                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.1.10-ee-ga1