Liferay 6.1.2-ce-ga3

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


public interface AssetTagFinder


Method Summary
 int countByG_C_N(long groupId, long classNameId, String name)
           
 int countByG_N_P(long groupId, String name, String[] tagProperties)
           
 int filterCountByG_C_N(long groupId, long classNameId, String name)
           
 int filterCountByG_N_P(long groupId, String name, String[] tagProperties)
           
 int filterCountByG_N(long groupId, String name)
           
 List<AssetTag> filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 AssetTag filterFindByG_N(long groupId, String name)
           
 List<AssetTag> findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 List<AssetTag> findByG_N_S_E(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
 AssetTag 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_P

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

filterCountByG_N

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

filterCountByG_C_N

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

filterCountByG_N_P

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

filterFindByG_N

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

filterFindByG_C_N

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

filterFindByG_N_P

List<AssetTag> filterFindByG_N_P(long[] groupIds,
                                 String name,
                                 String[] tagProperties,
                                 int start,
                                 int end,
                                 OrderByComparator obc)
                                 throws SystemException
Throws:
SystemException

findByG_N

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

findByG_C_N

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

findByG_N_P

List<AssetTag> findByG_N_P(long[] groupIds,
                           String name,
                           String[] tagProperties,
                           int start,
                           int end,
                           OrderByComparator obc)
                           throws SystemException
Throws:
SystemException

findByG_N_S_E

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

Liferay 6.1.2-ce-ga3