Liferay 6.1.2-ce-ga3

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

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

public class AssetCategoryPropertyFinderUtil
extends Object


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

Constructor Detail

AssetCategoryPropertyFinderUtil

public AssetCategoryPropertyFinderUtil()
Method Detail

countByG_K

public static int countByG_K(long groupId,
                             String key)
                      throws SystemException
Throws:
SystemException

findByG_K

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

findByG_K

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

getFinder

public static AssetCategoryPropertyFinder getFinder()

setFinder

public void setFinder(AssetCategoryPropertyFinder finder)

Liferay 6.1.2-ce-ga3