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


public interface TagsPropertyKeyFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByGroupId(long groupId)
           
 java.lang.String[] findByGroupId(long groupId)
           
 java.lang.String[] findByGroupId(long groupId, int start, int end)
           
 

Method Detail

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.lang.String[] findByGroupId(long groupId)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.lang.String[] findByGroupId(long groupId,
                                 int start,
                                 int end)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException