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 organizationIds)
           
 java.util.List findByNoAssets()
           
 java.util.List findByOrganizationId(long organizationId, int begin, int end)
           
 java.util.List findByOrganizationIds(java.util.List organizationIds, int begin, int end)
           
 

Method Detail

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