com.liferay.portlet.blogs.service.persistence
Class BlogsEntryFinderImpl
java.lang.Object
com.liferay.portlet.blogs.service.persistence.BlogsEntryFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
public class BlogsEntryFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
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_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
BlogsEntryFinderImpl
public BlogsEntryFinderImpl()
countByOrganizationId
public int countByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Specified by:
countByOrganizationId
in interface com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- Throws:
com.liferay.portal.SystemException
countByOrganizationIds
public int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds)
throws com.liferay.portal.SystemException
- Specified by:
countByOrganizationIds
in interface com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByOrganizationId(long organizationId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByOrganizationId
in interface com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- Throws:
com.liferay.portal.SystemException
findByOrganizationIds
public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByOrganizationIds
in interface com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> findByNoAssets()
throws com.liferay.portal.SystemException
- Specified by:
findByNoAssets
in interface com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder
- Throws:
com.liferay.portal.SystemException
getOrganizationIds
protected java.lang.String getOrganizationIds(java.util.List<java.lang.Long> organizationIds)