com.liferay.portlet.blogs.service.persistence
Interface BlogsStatsUserFinder
- public interface BlogsStatsUserFinder
View Source
- Author:
- Brian Wing Shun Chan
countByOrganizationId
public int countByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationIds
public int countByOrganizationIds(java.util.List organizationIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List findByOrganizationId(long organizationId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationIds
public java.util.List findByOrganizationIds(java.util.List organizationIds,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException