Liferay 6.1.2-ce-ga3

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

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

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<Long> findByG_L(Long parentCategoryId)
           
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)
                        throws SystemException
Throws:
SystemException

countByG_N_P

public static int countByG_N_P(long groupId,
                               String name,
                               String[] categoryProperties)
                        throws SystemException
Throws:
SystemException

findByG_L

public static List<Long> findByG_L(Long parentCategoryId)
                            throws SystemException
Throws:
SystemException

findByG_N

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

findByG_N_P

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

findByG_N_P

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

getFinder

public static AssetCategoryFinder getFinder()

setFinder

public void setFinder(AssetCategoryFinder finder)

Liferay 6.1.2-ce-ga3