|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchEntryException | |
|---|---|
| com.liferay.portlet.blogs.service.persistence | |
| com.liferay.portlet.blogs.service.persistence.impl | |
| Uses of NoSuchEntryException in com.liferay.portlet.blogs.service.persistence |
|---|
| Methods in com.liferay.portlet.blogs.service.persistence that throw NoSuchEntryException | |
|---|---|
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistence.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
static BlogsEntry |
BlogsEntryUtil.removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
BlogsEntry |
BlogsEntryPersistence.removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
static BlogsEntry |
BlogsEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
BlogsEntry |
BlogsEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
| Uses of NoSuchEntryException in com.liferay.portlet.blogs.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.blogs.service.persistence.impl that throw NoSuchEntryException | |
|---|---|
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the blogs entry with the primary key or throws a NoSuchModelException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistenceImpl.remove(Serializable primaryKey)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistenceImpl.removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
BlogsEntry |
BlogsEntryPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||