com.liferay.portlet.blogs.service.persistence
Class BlogsStatsUserFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, 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

Field Summary
static java.lang.String COUNT_BY_ORGANIZATION_IDS
           
static java.lang.String FIND_BY_ORGANIZATION_IDS
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME
 
Constructor Summary
BlogsStatsUserFinderImpl()
           
 
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
closeSession, getDataSource, getDialect, 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_ORGANIZATION_IDS

public static java.lang.String COUNT_BY_ORGANIZATION_IDS

FIND_BY_ORGANIZATION_IDS

public static java.lang.String FIND_BY_ORGANIZATION_IDS
Constructor Detail

BlogsStatsUserFinderImpl

public BlogsStatsUserFinderImpl()
Method Detail

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)