Liferay 7.0-ce-b4

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

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

@ProviderType
public class BlogsStatsUserFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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<BlogsStatsUser> obc)
           
static List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> 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)

countByOrganizationIds

public static int countByOrganizationIds(List<Long> organizationIds)

findByGroupIds

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

findByOrganizationId

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

findByOrganizationIds

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

getFinder

public static BlogsStatsUserFinder getFinder()

setFinder

public void setFinder(BlogsStatsUserFinder finder)

Liferay 7.0-ce-b4