com.liferay.portlet.blogs.service.persistence
Class BlogsStatsUserFinderUtil
java.lang.Object
com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderUtil
public class BlogsStatsUserFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserFinderUtil
public BlogsStatsUserFinderUtil()
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)