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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder

public class TagsPropertyKeyFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
TagsPropertyKeyFinderImpl()
           
 
Method Summary
 int countByCompanyId(long companyId)
           
 java.lang.String[] findByCompanyId(long companyId)
           
 java.lang.String[] findByCompanyId(long companyId, int start, int end)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
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 start,
                                          int end)
                                   throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
Throws:
com.liferay.portal.SystemException