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


public interface BlogsEntryFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByOrganizationId(long organizationId, java.util.Date displayDate, boolean draft)
           
 int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds, java.util.Date displayDate, boolean draft)
           
 java.util.List<BlogsEntry> findByNoAssets()
           
 java.util.List<BlogsEntry> findByOrganizationId(long organizationId, java.util.Date displayDate, boolean draft, int start, int end)
           
 java.util.List<BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds, java.util.Date displayDate, boolean draft, int start, int end)
           
 

Method Detail

countByOrganizationId

int countByOrganizationId(long organizationId,
                          java.util.Date displayDate,
                          boolean draft)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByOrganizationIds

int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
                           java.util.Date displayDate,
                           boolean draft)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationId

java.util.List<BlogsEntry> findByOrganizationId(long organizationId,
                                                java.util.Date displayDate,
                                                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,
                                                 java.util.Date displayDate,
                                                 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