com.liferay.portlet.asset.service.persistence
Class AssetCategoryFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetCategoryFinderUtil
public class AssetCategoryFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
|
static int |
countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
|
static java.util.List<AssetCategory> |
findByC_C(long classNameId,
long classPK)
|
static java.util.List<AssetCategory> |
findByEntryId(long entryId)
|
static java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
|
static java.util.List<AssetCategory> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
|
static AssetCategory |
findByG_N(long groupId,
java.lang.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 |
AssetCategoryFinderUtil
public AssetCategoryFinderUtil()
countByG_C_N
public static int countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_N_P
public static int countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByEntryId
public static java.util.List<AssetCategory> findByEntryId(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_N
public static AssetCategory findByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException
findByC_C
public static java.util.List<AssetCategory> findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_N_P
public static java.util.List<AssetCategory> findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_N_P
public static java.util.List<AssetCategory> findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFinder
public static AssetCategoryFinder getFinder()
setFinder
public void setFinder(AssetCategoryFinder finder)