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, java.util.Date displayDate, boolean draft)
           
static int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds, java.util.Date displayDate, boolean draft)
           
static java.util.List<BlogsEntry> findByNoAssets()
           
static java.util.List<BlogsEntry> findByOrganizationId(long organizationId, java.util.Date displayDate, boolean draft, int start, int end)
           
static java.util.List<BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds, java.util.Date displayDate, boolean draft, int start, 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,
                                        java.util.Date displayDate,
                                        boolean draft)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByOrganizationIds

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

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

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

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)