Liferay 7.0-ce-m6

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

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

@ProviderType
public class AssetTagFinderUtil
extends Object


Constructor Summary
AssetTagFinderUtil()
           
 
Method Summary
static int countByG_C_N(long groupId, long classNameId, String name)
           
static int filterCountByG_C_N(long groupId, long classNameId, String name)
           
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<AssetTag> obc)
           
static List<AssetTag> findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> findByG_N_S_E(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
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)

filterCountByG_N

public static int filterCountByG_N(long groupId,
                                   String name)

filterCountByG_C_N

public static int filterCountByG_C_N(long groupId,
                                     long classNameId,
                                     String name)

filterFindByG_C_N

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

findByG_C_N

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

findByG_N_S_E

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

getFinder

public static AssetTagFinder getFinder()

setFinder

public void setFinder(AssetTagFinder finder)

Liferay 7.0-ce-m6