com.liferay.portlet.tags.service.persistence
Interface TagsPropertyFinder


public interface TagsPropertyFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByG_K(long groupId, java.lang.String key)
           
 java.util.List<TagsProperty> findByG_K(long groupId, java.lang.String key)
           
 java.util.List<TagsProperty> 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.SystemException
Throws:
com.liferay.portal.SystemException

findByG_K

java.util.List<TagsProperty> findByG_K(long groupId,
                                       java.lang.String key)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_K

java.util.List<TagsProperty> findByG_K(long groupId,
                                       java.lang.String key,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException