Liferay 7.0-ce-m3

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

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

@ProviderType
public class AssetTagPropertyKeyFinderUtil
extends Object

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

Constructor Summary
AssetTagPropertyKeyFinderUtil()
           
 
Method Summary
static int countByGroupId(long groupId)
           
static String[] findByGroupId(long groupId)
           
static String[] findByGroupId(long groupId, int start, int end)
           
static AssetTagPropertyKeyFinder getFinder()
           
 void setFinder(AssetTagPropertyKeyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyKeyFinderUtil

public AssetTagPropertyKeyFinderUtil()
Method Detail

countByGroupId

public static int countByGroupId(long groupId)

findByGroupId

public static String[] findByGroupId(long groupId)

findByGroupId

public static String[] findByGroupId(long groupId,
                                     int start,
                                     int end)

getFinder

public static AssetTagPropertyKeyFinder getFinder()

setFinder

public void setFinder(AssetTagPropertyKeyFinder finder)

Liferay 7.0-ce-m3