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


public interface AssetTagPropertyFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByG_K(long groupId, java.lang.String key)
           
 java.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key)
           
 java.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key, int start, int end)
           
 

Method Detail

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<AssetTagProperty> 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<AssetTagProperty> 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