Package | Description |
---|---|
com.liferay.blogs.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_D_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_D_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_GtD_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_GtD_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_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_D_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_D_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_D_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_D_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_D_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_D_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_GtD_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_GtD_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_GtD_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_GtD_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_GtD_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_GtD_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_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.
|