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

java.lang.Object
  extended by com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinderImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder

public class TagsPropertyKeyFinderImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder

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
TagsPropertyKeyFinderImpl()
           
 
Method Summary
 int countByCompanyId(long companyId)
           
 java.lang.String[] findByCompanyId(long companyId)
           
 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

TagsPropertyKeyFinderImpl

public TagsPropertyKeyFinderImpl()
Method Detail

countByCompanyId

public int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Specified by:
countByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
Throws:
com.liferay.portal.SystemException

findByCompanyId

public java.lang.String[] findByCompanyId(long companyId)
                                   throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
Throws:
com.liferay.portal.SystemException

findByCompanyId

public java.lang.String[] findByCompanyId(long companyId,
                                          int begin,
                                          int end)
                                   throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
Throws:
com.liferay.portal.SystemException