com.liferay.portlet.blogs.service.persistence
Class BlogsEntryFinderUtil

java.lang.Object
  extended by com.liferay.portlet.blogs.service.persistence.BlogsEntryFinderUtil

public class BlogsEntryFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BlogsEntryFinderUtil()
           
 
Method Summary
static int countByOrganizationId(long organizationId)
           
static int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds)
           
static java.util.List<BlogsEntry> findByNoAssets()
           
static java.util.List<BlogsEntry> findByOrganizationId(long organizationId, int begin, int end)
           
static java.util.List<BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds, int begin, int end)
           
static BlogsEntryFinder getFinder()
           
 void setFinder(BlogsEntryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryFinderUtil

public BlogsEntryFinderUtil()
Method Detail

countByOrganizationId

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

countByOrganizationIds

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

findByOrganizationId

public static java.util.List<BlogsEntry> findByOrganizationId(long organizationId,
                                                              int begin,
                                                              int end)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationIds

public static 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

public static java.util.List<BlogsEntry> findByNoAssets()
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static BlogsEntryFinder getFinder()

setFinder

public void setFinder(BlogsEntryFinder finder)