com.liferay.portlet.blogs.service.persistence
Class BlogsEntryFinder
java.lang.Object
com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- public class BlogsEntryFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BlogsEntryFinder
public BlogsEntryFinder()
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