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

java.lang.Object
  extended bycom.liferay.portlet.blogs.service.persistence.BlogsEntryFinder

public class BlogsEntryFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_CATEGORY_IDS
           
static java.lang.String COUNT_BY_ORGANIZATION_IDS
           
static java.lang.String FIND_BY_NO_ASSETS
           
static java.lang.String FIND_BY_ORGANIZATION_IDS
           
 
Constructor Summary
BlogsEntryFinder()
           
 
Method Summary
static int countByCategoryIds(java.util.List categoryIds)
           
static int countByOrganizationId(long organizationId)
           
static int countByOrganizationIds(java.util.List organizationIds)
           
static java.util.List findByNoAssets()
           
static java.util.List findByOrganizationId(long organizationId, int begin, int end)
           
static java.util.List findByOrganizationIds(java.util.List organizationIds, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_CATEGORY_IDS

public static java.lang.String COUNT_BY_CATEGORY_IDS

COUNT_BY_ORGANIZATION_IDS

public static java.lang.String COUNT_BY_ORGANIZATION_IDS

FIND_BY_ORGANIZATION_IDS

public static java.lang.String FIND_BY_ORGANIZATION_IDS

FIND_BY_NO_ASSETS

public static java.lang.String FIND_BY_NO_ASSETS
Constructor Detail

BlogsEntryFinder

public BlogsEntryFinder()
Method Detail

countByCategoryIds

public static int countByCategoryIds(java.util.List categoryIds)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

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 organizationIds)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrganizationId

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

findByOrganizationIds

public static java.util.List findByOrganizationIds(java.util.List organizationIds,
                                                   int begin,
                                                   int end)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

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