com.liferay.portlet.blogs.service.persistence
Interface BlogsEntryFinder
- public interface BlogsEntryFinder
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)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationIds
public java.util.List findByOrganizationIds(java.util.List organizationIds,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public java.util.List findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException