com.liferay.portlet.blogs.service.persistence
Interface BlogsEntryFinder
public interface BlogsEntryFinder
View Source
- Author:
- Brian Wing Shun Chan
countByOrganizationId
int countByOrganizationId(long organizationId,
boolean draft)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationIds
int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
java.util.List<BlogsEntry> findByOrganizationId(long organizationId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationIds
java.util.List<BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
java.util.List<BlogsEntry> findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException