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

java.lang.Object
  extended bycom.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder

public class TagsPropertyKeyFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_COMPANYID
           
static java.lang.String FIND_BY_COMPANYID
           
 
Constructor Summary
TagsPropertyKeyFinder()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_COMPANYID

public static java.lang.String COUNT_BY_COMPANYID

FIND_BY_COMPANYID

public static java.lang.String FIND_BY_COMPANYID
Constructor Detail

TagsPropertyKeyFinder

public TagsPropertyKeyFinder()
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