Liferay 6.1.2-ce-ga3

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

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

public class BlogsStatsUserFinderUtil
extends Object


Constructor Summary
BlogsStatsUserFinderUtil()
           
 
Method Summary
static int countByOrganizationId(long organizationId)
           
static int countByOrganizationIds(List<Long> organizationIds)
           
static List<BlogsStatsUser> findByGroupIds(long companyId, long groupId, int start, int end)
           
static List<BlogsStatsUser> findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, 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 SystemException
Throws:
SystemException

countByOrganizationIds

public static int countByOrganizationIds(List<Long> organizationIds)
                                  throws SystemException
Throws:
SystemException

findByGroupIds

public static List<BlogsStatsUser> findByGroupIds(long companyId,
                                                  long groupId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Throws:
SystemException

findByOrganizationId

public static List<BlogsStatsUser> findByOrganizationId(long organizationId,
                                                        int start,
                                                        int end,
                                                        OrderByComparator obc)
                                                 throws SystemException
Throws:
SystemException

findByOrganizationIds

public static List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds,
                                                         int start,
                                                         int end,
                                                         OrderByComparator obc)
                                                  throws SystemException
Throws:
SystemException

getFinder

public static BlogsStatsUserFinder getFinder()

setFinder

public void setFinder(BlogsStatsUserFinder finder)

Liferay 6.1.2-ce-ga3