com.liferay.portlet.blogs.service.persistence
Class BlogsEntryFinderUtil
java.lang.Object
com.liferay.portlet.blogs.service.persistence.BlogsEntryFinderUtil
public class BlogsEntryFinderUtil
- 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 |
BlogsEntryFinderUtil
public BlogsEntryFinderUtil()
countByOrganizationId
public static int countByOrganizationId(long organizationId,
boolean draft)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationIds
public static int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public static java.util.List<BlogsEntry> findByOrganizationId(long organizationId,
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,
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)