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


public interface AssetCategoryFinder

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)
           
 int countByG_N_V(long groupId, java.lang.String name, long vocabularyId)
           
 int filterCountByG_N_V(long groupId, java.lang.String name, long vocabularyId)
           
 java.util.List<AssetCategory> filterFindByG_N_V(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetCategory> findByC_C(long classNameId, long classPK)
           
 java.util.List<AssetCategory> findByEntryId(long entryId)
           
 java.util.List<java.lang.Long> findByG_L(java.lang.Long parentCategoryId)
           
 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)
           
 java.util.List<AssetCategory> findByG_N_V(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 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 SystemException
Throws:
SystemException

countByG_N_V

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

countByG_N_P

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

filterCountByG_N_V

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

filterFindByG_N_V

java.util.List<AssetCategory> filterFindByG_N_V(long groupId,
                                                java.lang.String name,
                                                long vocabularyId,
                                                int start,
                                                int end,
                                                OrderByComparator obc)
                                                throws SystemException
Throws:
SystemException

findByEntryId

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

findByG_L

java.util.List<java.lang.Long> findByG_L(java.lang.Long parentCategoryId)
                                         throws SystemException
Throws:
SystemException

findByG_N

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

findByC_C

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

findByG_N_V

java.util.List<AssetCategory> findByG_N_V(long groupId,
                                          java.lang.String name,
                                          long vocabularyId,
                                          int start,
                                          int end,
                                          OrderByComparator obc)
                                          throws SystemException
Throws:
SystemException

findByG_N_P

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