Liferay 6.2-ce-ga5

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


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)
                          throws SystemException
Throws:
SystemException

findByGroupId

public static String[] findByGroupId(long groupId)
                              throws SystemException
Throws:
SystemException

findByGroupId

public static String[] findByGroupId(long groupId,
                                     int start,
                                     int end)
                              throws SystemException
Throws:
SystemException

getFinder

public static AssetTagPropertyKeyFinder getFinder()

setFinder

public void setFinder(AssetTagPropertyKeyFinder finder)

Liferay 6.2-ce-ga5