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


public interface BlogsEntryFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

countByOrganizationId

int countByOrganizationId(long organizationId)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByOrganizationIds

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

findByOrganizationId

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