com.liferay.portlet.asset.service.persistence
Class AssetCategoryPropertyFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinderUtil
public class AssetCategoryPropertyFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyFinderUtil
public AssetCategoryPropertyFinderUtil()
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)