com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPropertyFinder
public interface AssetCategoryPropertyFinder
View Source
- Author:
- Brian Wing Shun Chan
countByG_K
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
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
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