Liferay 6.0.5

com.liferay.portlet.blogs.service.persistence
Interface BlogsStatsUserFinder

All Known Implementing Classes:
BlogsStatsUserFinderImpl

public interface BlogsStatsUserFinder


Method Summary
 int countByOrganizationId(long organizationId)
           
 int countByOrganizationIds(List<Long> organizationIds)
           
 List<BlogsStatsUser> findByGroupIds(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByOrganizationId

int countByOrganizationId(long organizationId)
                          throws SystemException
Throws:
SystemException

countByOrganizationIds

int countByOrganizationIds(List<Long> organizationIds)
                           throws SystemException
Throws:
SystemException

findByGroupIds

List<BlogsStatsUser> findByGroupIds(long companyId,
                                    long groupId,
                                    int start,
                                    int end)
                                    throws SystemException
Throws:
SystemException

findByOrganizationId

List<BlogsStatsUser> findByOrganizationId(long organizationId,
                                          int start,
                                          int end,
                                          OrderByComparator obc)
                                          throws SystemException
Throws:
SystemException

findByOrganizationIds

List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                           throws SystemException
Throws:
SystemException

Liferay 6.0.5