Liferay 7.0-ce-b4

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

All Known Implementing Classes:
BlogsStatsUserFinderImpl

@ProviderType
public interface BlogsStatsUserFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 

Method Detail

countByOrganizationId

int countByOrganizationId(long organizationId)

countByOrganizationIds

int countByOrganizationIds(List<Long> organizationIds)

findByGroupIds

List<BlogsStatsUser> findByGroupIds(long companyId,
                                    long groupId,
                                    int start,
                                    int end)

findByOrganizationId

List<BlogsStatsUser> findByOrganizationId(long organizationId,
                                          int start,
                                          int end,
                                          OrderByComparator<BlogsStatsUser> obc)

findByOrganizationIds

List<BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds,
                                           int start,
                                           int end,
                                           OrderByComparator<BlogsStatsUser> obc)

Liferay 7.0-ce-b4