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

java.lang.Object
  extended by com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderUtil

public class BlogsStatsUserFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BlogsStatsUserFinderUtil()
           
 
Method Summary
static int countByOrganizationId(long organizationId)
           
static int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds)
           
static java.util.List<BlogsStatsUser> findByOrganizationId(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<BlogsStatsUser> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static BlogsStatsUserFinder getFinder()
           
 void setFinder(BlogsStatsUserFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsStatsUserFinderUtil

public BlogsStatsUserFinderUtil()
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<java.lang.Long> organizationIds)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationId

public static java.util.List<BlogsStatsUser> findByOrganizationId(long organizationId,
                                                                  int start,
                                                                  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<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
Throws:
com.liferay.portal.SystemException

getFinder

public static BlogsStatsUserFinder getFinder()

setFinder

public void setFinder(BlogsStatsUserFinder finder)