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