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

java.lang.Object
  extended bycom.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder

public class BlogsStatsUserFinder
extends java.lang.Object

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
           
 
Constructor Summary
BlogsStatsUserFinder()
           
 
Method Summary
static int countByOrganizationId(long organizationId)
           
static int countByOrganizationIds(java.util.List organizationIds)
           
static java.util.List findByOrganizationId(long organizationId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List findByOrganizationIds(java.util.List organizationIds, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 
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

BlogsStatsUserFinder

public BlogsStatsUserFinder()
Method Detail

countByOrganizationId

public static int countByOrganizationId(long organizationId)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByOrganizationIds

public static int countByOrganizationIds(java.util.List organizationIds)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationId

public static java.util.List findByOrganizationId(long organizationId,
                                                  int begin,
                                                  int end,
                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationIds

public static java.util.List findByOrganizationIds(java.util.List organizationIds,
                                                   int begin,
                                                   int end,
                                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException