com.liferay.portlet.tags.service.persistence
Class TagsPropertyKeyFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
clearCache, 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 |
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
TagsPropertyKeyFinderImpl
public TagsPropertyKeyFinderImpl()
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