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_GROUP_ID
           
static java.lang.String FIND_BY_GROUP_ID
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
TagsPropertyKeyFinderImpl()
           
 
Method Summary
 int countByGroupId(long groupId)
           
 java.lang.String[] findByGroupId(long groupId)
           
 java.lang.String[] findByGroupId(long groupId, int start, int end)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, getListeners, 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_GROUP_ID

public static java.lang.String COUNT_BY_GROUP_ID

FIND_BY_GROUP_ID

public static java.lang.String FIND_BY_GROUP_ID
Constructor Detail

TagsPropertyKeyFinderImpl

public TagsPropertyKeyFinderImpl()
Method Detail

countByGroupId

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

findByGroupId

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

findByGroupId

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