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


public interface AssetTagFinder

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[] tagProperties)
           
 int filterCountByG_C_N(long groupId, long classNameId, java.lang.String name)
           
 int filterCountByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties)
           
 int filterCountByG_N(long groupId, java.lang.String name)
           
 java.util.List<AssetTag> filterFindByG_C_N(long groupId, long classNameId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetTag> filterFindByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end, OrderByComparator obc)
           
 AssetTag filterFindByG_N(long groupId, java.lang.String name)
           
 java.util.List<AssetTag> findByC_C(long classNameId, long classPK)
           
 java.util.List<AssetTag> findByEntryId(long entryId)
           
 java.util.List<AssetTag> findByG_C_N(long groupId, long classNameId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetTag> findByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetTag> findByG_N_S_E(long groupId, java.lang.String name, int startPeriod, int endPeriod, int periodLength)
           
 AssetTag 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_P

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

filterCountByG_N

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

filterCountByG_C_N

int filterCountByG_C_N(long groupId,
                       long classNameId,
                       java.lang.String name)
                       throws SystemException
Throws:
SystemException

filterCountByG_N_P

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

filterFindByG_N

AssetTag filterFindByG_N(long groupId,
                         java.lang.String name)
                         throws SystemException,
                                NoSuchTagException
Throws:
SystemException
NoSuchTagException

filterFindByG_C_N

java.util.List<AssetTag> filterFindByG_C_N(long groupId,
                                           long classNameId,
                                           java.lang.String name,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                           throws SystemException
Throws:
SystemException

filterFindByG_N_P

java.util.List<AssetTag> filterFindByG_N_P(long groupId,
                                           java.lang.String name,
                                           java.lang.String[] tagProperties,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                           throws SystemException
Throws:
SystemException

findByEntryId

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

findByG_N

AssetTag findByG_N(long groupId,
                   java.lang.String name)
                   throws SystemException,
                          NoSuchTagException
Throws:
SystemException
NoSuchTagException

findByC_C

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

findByG_C_N

java.util.List<AssetTag> findByG_C_N(long groupId,
                                     long classNameId,
                                     java.lang.String name,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                                     throws SystemException
Throws:
SystemException

findByG_N_P

java.util.List<AssetTag> findByG_N_P(long groupId,
                                     java.lang.String name,
                                     java.lang.String[] tagProperties,
                                     int start,
                                     int end,
                                     OrderByComparator obc)
                                     throws SystemException
Throws:
SystemException

findByG_N_S_E

java.util.List<AssetTag> findByG_N_S_E(long groupId,
                                       java.lang.String name,
                                       int startPeriod,
                                       int endPeriod,
                                       int periodLength)
                                       throws SystemException
Throws:
SystemException