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 countByCompanyId(long companyId)
           
static java.lang.String[] findByCompanyId(long companyId)
           
static java.lang.String[] findByCompanyId(long companyId, int begin, 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

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

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

findByCompanyId

public static java.lang.String[] findByCompanyId(long companyId,
                                                 int begin,
                                                 int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static TagsPropertyKeyFinder getFinder()

setFinder

public void setFinder(TagsPropertyKeyFinder finder)