Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPropertyFinder

All Known Implementing Classes:
AssetCategoryPropertyFinderImpl

public interface AssetCategoryPropertyFinder


Method Summary
 int countByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> findByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> findByG_K(long groupId, String key, int start, int end)
           
 

Method Detail

countByG_K

int countByG_K(long groupId,
               String key)
               throws SystemException
Throws:
SystemException

findByG_K

List<AssetCategoryProperty> findByG_K(long groupId,
                                      String key)
                                      throws SystemException
Throws:
SystemException

findByG_K

List<AssetCategoryProperty> findByG_K(long groupId,
                                      String key,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3