Liferay 7.0-ce-b4

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

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

@ProviderType
public class AssetCategoryFinderUtil
extends Object


Constructor Summary
AssetCategoryFinderUtil()
           
 
Method Summary
static int countByG_C_N(long groupId, long classNameId, String name)
           
static int countByG_N_P(long groupId, String name, String[] categoryProperties)
           
static List<AssetCategory> findByG_N_P(long groupId, String name, String[] categoryProperties)
           
static List<AssetCategory> findByG_N_P(long groupId, String name, String[] categoryProperties, int start, int end)
           
static AssetCategory findByG_N(long groupId, String name)
           
static AssetCategoryFinder getFinder()
           
 void setFinder(AssetCategoryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryFinderUtil

public AssetCategoryFinderUtil()
Method Detail

countByG_C_N

public static int countByG_C_N(long groupId,
                               long classNameId,
                               String name)

countByG_N_P

public static int countByG_N_P(long groupId,
                               String name,
                               String[] categoryProperties)

findByG_N

public static AssetCategory findByG_N(long groupId,
                                      String name)
                               throws NoSuchCategoryException
Throws:
NoSuchCategoryException

findByG_N_P

public static List<AssetCategory> findByG_N_P(long groupId,
                                              String name,
                                              String[] categoryProperties)

findByG_N_P

public static List<AssetCategory> findByG_N_P(long groupId,
                                              String name,
                                              String[] categoryProperties,
                                              int start,
                                              int end)

getFinder

public static AssetCategoryFinder getFinder()

setFinder

public void setFinder(AssetCategoryFinder finder)

Liferay 7.0-ce-b4