com.liferay.portlet.blogs.service.persistence
Class BlogsStatsUserFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
public class BlogsStatsUserFinderImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
- implements com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners |
Method Summary |
int |
countByOrganizationId(long organizationId)
|
int |
countByOrganizationIds(java.util.List<java.lang.Long> organizationIds)
|
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
findByOrganizationId(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
protected java.lang.String |
getOrganizationIds(java.util.List<java.lang.Long> organizationIds)
|
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_ORGANIZATION_IDS
public static java.lang.String COUNT_BY_ORGANIZATION_IDS
FIND_BY_ORGANIZATION_IDS
public static java.lang.String FIND_BY_ORGANIZATION_IDS
BlogsStatsUserFinderImpl
public BlogsStatsUserFinderImpl()
countByOrganizationId
public int countByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Specified by:
countByOrganizationId
in interface com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
- Throws:
com.liferay.portal.SystemException
countByOrganizationIds
public int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds)
throws com.liferay.portal.SystemException
- Specified by:
countByOrganizationIds
in interface com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> findByOrganizationId(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByOrganizationId
in interface com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
- Throws:
com.liferay.portal.SystemException
findByOrganizationIds
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByOrganizationIds
in interface com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder
- Throws:
com.liferay.portal.SystemException
getOrganizationIds
protected java.lang.String getOrganizationIds(java.util.List<java.lang.Long> organizationIds)