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

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

public class AssetCategoryPropertyFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
AssetCategoryPropertyFinderUtil()
           
 
Method Summary
static int countByG_K(long groupId, java.lang.String key)
           
static java.util.List<AssetCategoryProperty> findByG_K(long groupId, java.lang.String key)
           
static java.util.List<AssetCategoryProperty> findByG_K(long groupId, java.lang.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,
                             java.lang.String key)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_K

public static java.util.List<AssetCategoryProperty> findByG_K(long groupId,
                                                              java.lang.String key)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_K

public static java.util.List<AssetCategoryProperty> findByG_K(long groupId,
                                                              java.lang.String key,
                                                              int start,
                                                              int end)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getFinder

public static AssetCategoryPropertyFinder getFinder()

setFinder

public void setFinder(AssetCategoryPropertyFinder finder)