|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BlogsEntryFinder
| Method Summary | |
|---|---|
int |
countByOrganizationId(long organizationId,
boolean draft)
|
int |
countByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft)
|
java.util.List<BlogsEntry> |
findByNoAssets()
|
java.util.List<BlogsEntry> |
findByOrganizationId(long organizationId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft,
int start,
int end)
|
| Method Detail |
|---|
int countByOrganizationId(long organizationId,
boolean draft)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByOrganizationId(long organizationId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByOrganizationIds(java.util.List<java.lang.Long> organizationIds,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByNoAssets()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||