Package | Description |
---|---|
com.liferay.trash.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
static TrashEntry |
TrashEntryUtil.findByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash entry where classNameId = ? and classPK = ? or throws a
NoSuchEntryException if it could not be found. |
TrashEntry |
TrashEntryPersistence.findByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash entry where classNameId = ? and classPK = ? or throws a
NoSuchEntryException if it could not be found. |
static TrashEntry |
TrashEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where companyId = ?.
|
TrashEntry |
TrashEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where companyId = ?.
|
TrashEntry |
TrashEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where companyId = ?.
|
static TrashEntry[] |
TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
|
TrashEntry[] |
TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
|
TrashEntry |
TrashEntryPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
|
static TrashEntry |
TrashEntryUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
|
TrashEntry |
TrashEntryPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
|
static TrashEntry[] |
TrashEntryUtil.findByG_C_PrevAndNext(long entryId,
long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
|
TrashEntry[] |
TrashEntryPersistence.findByG_C_PrevAndNext(long entryId,
long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
|
static TrashEntry |
TrashEntryUtil.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
|
TrashEntry |
TrashEntryPersistence.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
|
static TrashEntry |
TrashEntryUtil.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
|
TrashEntry |
TrashEntryPersistence.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
|
static TrashEntry[] |
TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
|
TrashEntry[] |
TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
|
static TrashEntry |
TrashEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ?.
|
TrashEntry |
TrashEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the first trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ?.
|
TrashEntry |
TrashEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the last trash entry in the ordered set where groupId = ?.
|
static TrashEntry[] |
TrashEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
|
TrashEntry[] |
TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Deprecated.
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.findByPrimaryKey(long entryId)
Deprecated.
Returns the trash entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
TrashEntry |
TrashEntryPersistence.findByPrimaryKey(long entryId)
Deprecated.
Returns the trash entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
static TrashEntry |
TrashEntryUtil.remove(long entryId)
Deprecated.
Removes the trash entry with the primary key from the database.
|
TrashEntry |
TrashEntryPersistence.remove(long entryId)
Deprecated.
Removes the trash entry with the primary key from the database.
|
static TrashEntry |
TrashEntryUtil.removeByC_C(long classNameId,
long classPK)
Deprecated.
Removes the trash entry where classNameId = ? and classPK = ? from the database.
|
TrashEntry |
TrashEntryPersistence.removeByC_C(long classNameId,
long classPK)
Deprecated.
Removes the trash entry where classNameId = ? and classPK = ? from the database.
|