com.liferay.portlet.tags.service.persistence
Class TagsPropertyKeyFinderUtil

java.lang.Object
  extended by com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinderUtil

public class TagsPropertyKeyFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsPropertyKeyFinderUtil()
           
 
Method Summary
static int countByGroupId(long groupId)
           
static java.lang.String[] findByGroupId(long groupId)
           
static java.lang.String[] findByGroupId(long groupId, int start, int end)
           
static TagsPropertyKeyFinder getFinder()
           
 void setFinder(TagsPropertyKeyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyKeyFinderUtil

public TagsPropertyKeyFinderUtil()
Method Detail

countByGroupId

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

findByGroupId

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

findByGroupId

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

getFinder

public static TagsPropertyKeyFinder getFinder()

setFinder

public void setFinder(TagsPropertyKeyFinder finder)