Package | Description |
---|---|
com.liferay.portal.kernel.trash | |
com.liferay.trash.kernel.model |
Modifier and Type | Method and Description |
---|---|
void |
TrashHandler.checkRestorableEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Checks if a duplicate trash entry already exists in the destination
container.
|
Modifier and Type | Class and Description |
---|---|
class |
TrashEntryWrapper
Deprecated.
As of Judson (7.1.x), replaced by
com.liferay.trash.model.impl.TrashEntryImpl |
Modifier and Type | Field and Description |
---|---|
static Accessor<TrashEntry,Long> |
TrashEntry.ENTRY_ID_ACCESSOR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashEntryWrapper.cloneWithOriginalValues()
Deprecated.
|
TrashEntry |
TrashEntryWrapper.getRootEntry()
Deprecated.
|
TrashEntry |
TrashEntry.getRootEntry()
Deprecated.
|
TrashEntry |
TrashEntryWrapper.getWrappedModel()
Deprecated.
|
TrashEntry |
TrashEntryModel.toEscapedModel()
Deprecated.
|
TrashEntry |
TrashEntryWrapper.toEscapedModel()
Deprecated.
|
TrashEntry |
TrashEntryModel.toUnescapedModel()
Deprecated.
|
TrashEntry |
TrashEntryWrapper.toUnescapedModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheModel<TrashEntry> |
TrashEntryModel.toCacheModel()
Deprecated.
|
CacheModel<TrashEntry> |
TrashEntryWrapper.toCacheModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
TrashEntryModel.compareTo(TrashEntry trashEntry)
Deprecated.
|
int |
TrashEntryWrapper.compareTo(TrashEntry trashEntry)
Deprecated.
|
void |
TrashEntryWrapper.setRootEntry(TrashEntry rootEntry)
Deprecated.
|
void |
TrashEntry.setRootEntry(TrashEntry rootEntry)
Deprecated.
|
Constructor and Description |
---|
TrashEntryWrapper(TrashEntry trashEntry)
Deprecated.
|