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

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

public class AssetTagPropertyKeyFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
AssetTagPropertyKeyFinderUtil()
           
 
Method Summary
static int countByGroupId(long groupId)
           
static java.lang.String[] findByGroupId(long groupId)
           
static java.lang.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 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

public static java.lang.String[] findByGroupId(long groupId)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

public static java.lang.String[] findByGroupId(long groupId,
                                               int start,
                                               int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getFinder

public static AssetTagPropertyKeyFinder getFinder()

setFinder

public void setFinder(AssetTagPropertyKeyFinder finder)