@ProviderType
public class BlogsStatsUserFinderUtil
extends Object
Constructor and Description |
---|
BlogsStatsUserFinderUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
public static int countByOrganizationId(long organizationId)
public static int countByOrganizationIds(List<Long> organizationIds)
public static List<BlogsStatsUser> findByGroupIds(long companyId, long groupId, int start, int end)
public static List<BlogsStatsUser> findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
public static List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
public static BlogsStatsUserFinder getFinder()
public void setFinder(BlogsStatsUserFinder finder)