Package | Description |
---|---|
com.liferay.trash.kernel.model | |
com.liferay.trash.kernel.service | |
com.liferay.trash.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
TrashVersionWrapper
Deprecated.
As of Judson (7.1.x), replaced by
com.liferay.trash.model.impl.TrashVersionImpl |
Modifier and Type | Field and Description |
---|---|
static Accessor<TrashVersion,Long> |
TrashVersion.VERSION_ID_ACCESSOR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrashVersion |
TrashVersionWrapper.cloneWithOriginalValues()
Deprecated.
|
TrashVersion |
TrashVersionWrapper.getWrappedModel()
Deprecated.
|
TrashVersion |
TrashVersionWrapper.toEscapedModel()
Deprecated.
|
TrashVersion |
TrashVersionModel.toEscapedModel()
Deprecated.
|
TrashVersion |
TrashVersionWrapper.toUnescapedModel()
Deprecated.
|
TrashVersion |
TrashVersionModel.toUnescapedModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheModel<TrashVersion> |
TrashVersionWrapper.toCacheModel()
Deprecated.
|
CacheModel<TrashVersion> |
TrashVersionModel.toCacheModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
TrashVersionWrapper.compareTo(TrashVersion trashVersion)
Deprecated.
|
int |
TrashVersionModel.compareTo(TrashVersion trashVersion)
Deprecated.
|
Constructor and Description |
---|
TrashVersionWrapper(TrashVersion trashVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrashVersion |
TrashVersionLocalService.addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
UnicodeProperties typeSettingsProperties)
Deprecated.
|
static TrashVersion |
TrashVersionLocalServiceUtil.addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
UnicodeProperties typeSettingsProperties)
Deprecated.
|
TrashVersion |
TrashVersionLocalServiceWrapper.addTrashVersion(long trashEntryId,
String className,
long classPK,
int status,
UnicodeProperties typeSettingsProperties)
Deprecated.
|
TrashVersion |
TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
static TrashVersion |
TrashVersionLocalServiceUtil.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
TrashVersion |
TrashVersionLocalServiceWrapper.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
TrashVersion |
TrashVersionLocalService.createTrashVersion(long versionId)
Deprecated.
Creates a new trash version with the primary key.
|
static TrashVersion |
TrashVersionLocalServiceUtil.createTrashVersion(long versionId)
Deprecated.
Creates a new trash version with the primary key.
|
TrashVersion |
TrashVersionLocalServiceWrapper.createTrashVersion(long versionId)
Deprecated.
Creates a new trash version with the primary key.
|
TrashVersion |
TrashVersionLocalService.deleteTrashVersion(long versionId)
Deprecated.
Deletes the trash version with the primary key from the database.
|
static TrashVersion |
TrashVersionLocalServiceUtil.deleteTrashVersion(long versionId)
Deprecated.
Deletes the trash version with the primary key from the database.
|
TrashVersion |
TrashVersionLocalServiceWrapper.deleteTrashVersion(long versionId)
Deprecated.
Deletes the trash version with the primary key from the database.
|
TrashVersion |
TrashVersionLocalService.deleteTrashVersion(String className,
long classPK)
Deprecated.
|
static TrashVersion |
TrashVersionLocalServiceUtil.deleteTrashVersion(String className,
long classPK)
Deprecated.
|
TrashVersion |
TrashVersionLocalServiceWrapper.deleteTrashVersion(String className,
long classPK)
Deprecated.
|
TrashVersion |
TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
static TrashVersion |
TrashVersionLocalServiceUtil.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
TrashVersion |
TrashVersionLocalServiceWrapper.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
TrashVersion |
TrashVersionLocalService.fetchTrashVersion(long versionId)
Deprecated.
|
static TrashVersion |
TrashVersionLocalServiceUtil.fetchTrashVersion(long versionId)
Deprecated.
|
TrashVersion |
TrashVersionLocalServiceWrapper.fetchTrashVersion(long versionId)
Deprecated.
|
TrashVersion |
TrashVersionLocalService.fetchVersion(long entryId,
String className,
long classPK)
Deprecated.
As of Judson (7.1.x), replaced by
TrashVersionLocalService.fetchVersion(String, long) |
static TrashVersion |
TrashVersionLocalServiceUtil.fetchVersion(long entryId,
String className,
long classPK)
Deprecated.
As of Judson (7.1.x), replaced by
TrashVersionLocalServiceUtil.fetchVersion(String, long) |
TrashVersion |
TrashVersionLocalServiceWrapper.fetchVersion(long entryId,
String className,
long classPK)
Deprecated.
As of Judson (7.1.x), replaced by
TrashVersionLocalServiceWrapper.fetchVersion(String, long) |
TrashVersion |
TrashVersionLocalService.fetchVersion(String className,
long classPK)
Deprecated.
|
static TrashVersion |
TrashVersionLocalServiceUtil.fetchVersion(String className,
long classPK)
Deprecated.
|
TrashVersion |
TrashVersionLocalServiceWrapper.fetchVersion(String className,
long classPK)
Deprecated.
|
TrashVersion |
TrashVersionLocalService.getTrashVersion(long versionId)
Deprecated.
Returns the trash version with the primary key.
|
static TrashVersion |
TrashVersionLocalServiceUtil.getTrashVersion(long versionId)
Deprecated.
Returns the trash version with the primary key.
|
TrashVersion |
TrashVersionLocalServiceWrapper.getTrashVersion(long versionId)
Deprecated.
Returns the trash version with the primary key.
|
TrashVersion |
TrashVersionLocalService.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
static TrashVersion |
TrashVersionLocalServiceUtil.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
TrashVersion |
TrashVersionLocalServiceWrapper.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<TrashVersion> |
TrashVersionLocalService.getTrashVersions(int start,
int end)
Deprecated.
Returns a range of all the trash versions.
|
static List<TrashVersion> |
TrashVersionLocalServiceUtil.getTrashVersions(int start,
int end)
Deprecated.
Returns a range of all the trash versions.
|
List<TrashVersion> |
TrashVersionLocalServiceWrapper.getTrashVersions(int start,
int end)
Deprecated.
Returns a range of all the trash versions.
|
List<TrashVersion> |
TrashVersionLocalService.getVersions(long entryId)
Deprecated.
|
static List<TrashVersion> |
TrashVersionLocalServiceUtil.getVersions(long entryId)
Deprecated.
|
List<TrashVersion> |
TrashVersionLocalServiceWrapper.getVersions(long entryId)
Deprecated.
|
List<TrashVersion> |
TrashVersionLocalService.getVersions(long entryId,
String className)
Deprecated.
|
static List<TrashVersion> |
TrashVersionLocalServiceUtil.getVersions(long entryId,
String className)
Deprecated.
|
List<TrashVersion> |
TrashVersionLocalServiceWrapper.getVersions(long entryId,
String className)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrashVersion |
TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
static TrashVersion |
TrashVersionLocalServiceUtil.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
TrashVersion |
TrashVersionLocalServiceWrapper.addTrashVersion(TrashVersion trashVersion)
Deprecated.
Adds the trash version to the database.
|
TrashVersion |
TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
static TrashVersion |
TrashVersionLocalServiceUtil.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
TrashVersion |
TrashVersionLocalServiceWrapper.deleteTrashVersion(TrashVersion trashVersion)
Deprecated.
Deletes the trash version from the database.
|
TrashVersion |
TrashVersionLocalService.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
static TrashVersion |
TrashVersionLocalServiceUtil.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
TrashVersion |
TrashVersionLocalServiceWrapper.updateTrashVersion(TrashVersion trashVersion)
Deprecated.
Updates the trash version in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static TrashVersion |
TrashVersionUtil.create(long versionId)
Deprecated.
Creates a new trash version with the primary key.
|
TrashVersion |
TrashVersionPersistence.create(long versionId)
Deprecated.
Creates a new trash version with the primary key.
|
static TrashVersion |
TrashVersionUtil.fetchByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or returns
null if it could not be found. |
TrashVersion |
TrashVersionPersistence.fetchByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or returns
null if it could not be found. |
static TrashVersion |
TrashVersionUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
TrashVersion |
TrashVersionPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static TrashVersion |
TrashVersionUtil.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByPrimaryKey(long versionId)
Deprecated.
Returns the trash version with the primary key or returns
null if it could not be found. |
TrashVersion |
TrashVersionPersistence.fetchByPrimaryKey(long versionId)
Deprecated.
Returns the trash version with the primary key or returns
null if it could not be found. |
static TrashVersion |
TrashVersionUtil.findByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or throws a
NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK)
Deprecated.
Returns the trash version where classNameId = ? and classPK = ? or throws a
NoSuchVersionException if it could not be found. |
static TrashVersion |
TrashVersionUtil.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion[] |
TrashVersionUtil.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion[] |
TrashVersionPersistence.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
static TrashVersion[] |
TrashVersionUtil.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
|
TrashVersion[] |
TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.findByPrimaryKey(long versionId)
Deprecated.
Returns the trash version with the primary key or throws a
NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistence.findByPrimaryKey(long versionId)
Deprecated.
Returns the trash version with the primary key or throws a
NoSuchVersionException if it could not be found. |
static TrashVersion |
TrashVersionUtil.remove(long versionId)
Deprecated.
Removes the trash version with the primary key from the database.
|
TrashVersion |
TrashVersionPersistence.remove(long versionId)
Deprecated.
Removes the trash version with the primary key from the database.
|
static TrashVersion |
TrashVersionUtil.removeByC_C(long classNameId,
long classPK)
Deprecated.
Removes the trash version where classNameId = ? and classPK = ? from the database.
|
TrashVersion |
TrashVersionPersistence.removeByC_C(long classNameId,
long classPK)
Deprecated.
Removes the trash version where classNameId = ? and classPK = ? from the database.
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion)
Deprecated.
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
Deprecated.
|
static TrashVersion |
TrashVersionUtil.updateImpl(TrashVersion trashVersion)
Deprecated.
|
TrashVersion |
TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,TrashVersion> |
TrashVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
Map<Serializable,TrashVersion> |
TrashVersionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
static List<TrashVersion> |
TrashVersionUtil.findAll()
Deprecated.
Returns all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll()
Deprecated.
Returns all the trash versions.
|
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end)
Deprecated.
Returns a range of all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end)
Deprecated.
Returns a range of all the trash versions.
|
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions.
|
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId)
Deprecated.
Returns all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId)
Deprecated.
Returns all the trash versions where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end)
Deprecated.
Returns a range of all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end)
Deprecated.
Returns a range of all the trash versions where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId)
Deprecated.
Returns all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId)
Deprecated.
Returns all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end)
Deprecated.
Returns a range of all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end)
Deprecated.
Returns a range of all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
Deprecated.
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Deprecated.
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
TrashVersionUtil.cacheResult(TrashVersion trashVersion)
Deprecated.
Caches the trash version in the entity cache if it is enabled.
|
void |
TrashVersionPersistence.cacheResult(TrashVersion trashVersion)
Deprecated.
Caches the trash version in the entity cache if it is enabled.
|
static void |
TrashVersionUtil.clearCache(TrashVersion trashVersion)
Deprecated.
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion)
Deprecated.
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
Deprecated.
|
static TrashVersion |
TrashVersionUtil.updateImpl(TrashVersion trashVersion)
Deprecated.
|
TrashVersion |
TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
TrashVersionUtil.cacheResult(List<TrashVersion> trashVersions)
Deprecated.
Caches the trash versions in the entity cache if it is enabled.
|
void |
TrashVersionPersistence.cacheResult(List<TrashVersion> trashVersions)
Deprecated.
Caches the trash versions in the entity cache if it is enabled.
|
static TrashVersion |
TrashVersionUtil.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions.
|
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions.
|
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions.
|
static TrashVersion |
TrashVersionUtil.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion |
TrashVersionPersistence.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
|
static TrashVersion[] |
TrashVersionUtil.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
|
TrashVersion[] |
TrashVersionPersistence.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
|
static TrashVersion |
TrashVersionUtil.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the first trash version in the ordered set where entryId = ?.
|
static TrashVersion |
TrashVersionUtil.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
TrashVersion |
TrashVersionPersistence.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the last trash version in the ordered set where entryId = ?.
|
static TrashVersion[] |
TrashVersionUtil.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
|
TrashVersion[] |
TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator,
boolean retrieveFromCache)
Deprecated.
Returns an ordered range of all the trash versions where entryId = ?.
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Deprecated.
|