Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.service.persistence
Class AssetTagFinderUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetTagFinderUtil

public class AssetTagFinderUtil
extends Object


Constructor Summary
AssetTagFinderUtil()
           
 
Method Summary
static int countByG_C_N(long groupId, long classNameId, String name)
           
static int countByG_N_P(long groupId, String name, String[] tagProperties)
           
static int filterCountByG_C_N(long groupId, long classNameId, String name)
           
static int filterCountByG_N_P(long groupId, String name, String[] tagProperties)
           
static int filterCountByG_N(long groupId, String name)
           
static List<AssetTag> filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static AssetTag filterFindByG_N(long groupId, String name)
           
static List<AssetTag> findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetTag> findByG_N_S_E(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
static AssetTag findByG_N(long groupId, String name)
           
static AssetTagFinder getFinder()
           
 void setFinder(AssetTagFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagFinderUtil

public AssetTagFinderUtil()
Method Detail

countByG_C_N

public static int countByG_C_N(long groupId,
                               long classNameId,
                               String name)
                        throws SystemException
Throws:
SystemException

countByG_N_P

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

filterCountByG_N

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

filterCountByG_C_N

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

filterCountByG_N_P

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

filterFindByG_N

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

filterFindByG_C_N

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

filterFindByG_N_P

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

findByG_N

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

findByG_C_N

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

findByG_N_P

public static 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

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

getFinder

public static AssetTagFinder getFinder()

setFinder

public void setFinder(AssetTagFinder finder)

Liferay 6.1.2-ce-ga3