com.liferay.portlet.blogs.service.persistence
Interface BlogsStatsUserFinder
- All Known Implementing Classes:
- BlogsStatsUserFinderImpl
public interface BlogsStatsUserFinder
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