Liferay 6.2-ce-ga5

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


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

findByG_K

public static List<AssetTagProperty> findByG_K(long groupId,
                                               String key)
                                        throws SystemException
Throws:
SystemException

findByG_K

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

getFinder

public static AssetTagPropertyFinder getFinder()

setFinder

public void setFinder(AssetTagPropertyFinder finder)

Liferay 6.2-ce-ga5