Liferay 7.0-ce-m3

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

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

@ProviderType
public class AssetTagPropertyFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
AssetTagPropertyFinderUtil()
           
 
Method Summary
static int countByG_K(long groupId, String key)
           
static List<AssetTagProperty> findByG_K(long groupId, String key)
           
static List<AssetTagProperty> findByG_K(long groupId, String key, int start, int end)
           
static AssetTagPropertyFinder getFinder()
           
 void setFinder(AssetTagPropertyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyFinderUtil

public AssetTagPropertyFinderUtil()
Method Detail

countByG_K

public static int countByG_K(long groupId,
                             String key)

findByG_K

public static List<AssetTagProperty> findByG_K(long groupId,
                                               String key)

findByG_K

public static List<AssetTagProperty> findByG_K(long groupId,
                                               String key,
                                               int start,
                                               int end)

getFinder

public static AssetTagPropertyFinder getFinder()

setFinder

public void setFinder(AssetTagPropertyFinder finder)

Liferay 7.0-ce-m3