|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderUtil
@ProviderType public class BlogsStatsUserFinderUtil
| 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 |
|---|
public BlogsStatsUserFinderUtil()
| Method Detail |
|---|
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)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||