Uses of Interface
com.liferay.trash.kernel.model.TrashEntry
Packages that use TrashEntry
-
Uses of TrashEntry in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash with parameters of type TrashEntryModifier and TypeMethodDescriptionvoid
TrashHandler.checkRestorableEntry
(TrashEntry trashEntry, long containerModelId, String newName) Checks if a duplicate trash entry already exists in the destination container. -
Uses of TrashEntry in com.liferay.trash.kernel.model
Classes in com.liferay.trash.kernel.model that implement TrashEntryFields in com.liferay.trash.kernel.model with type parameters of type TrashEntryModifier and TypeFieldDescriptionstatic final Accessor<TrashEntry,
Long> TrashEntry.ENTRY_ID_ACCESSOR
Deprecated.Methods in com.liferay.trash.kernel.model that return TrashEntryModifier and TypeMethodDescriptionTrashEntryWrapper.cloneWithOriginalValues()
Deprecated.TrashEntry.getRootEntry()
Deprecated.TrashEntryWrapper.getRootEntry()
Deprecated.TrashEntryWrapper.getWrappedModel()
Deprecated.TrashEntryModel.toEscapedModel()
Deprecated.TrashEntryWrapper.toEscapedModel()
Deprecated.TrashEntryModel.toUnescapedModel()
Deprecated.TrashEntryWrapper.toUnescapedModel()
Deprecated.Methods in com.liferay.trash.kernel.model that return types with arguments of type TrashEntryModifier and TypeMethodDescriptionTrashEntryModel.toCacheModel()
Deprecated.TrashEntryWrapper.toCacheModel()
Deprecated.Methods in com.liferay.trash.kernel.model with parameters of type TrashEntryModifier and TypeMethodDescriptionint
TrashEntryModel.compareTo
(TrashEntry trashEntry) Deprecated.int
TrashEntryWrapper.compareTo
(TrashEntry trashEntry) Deprecated.void
TrashEntry.setRootEntry
(TrashEntry rootEntry) Deprecated.void
TrashEntryWrapper.setRootEntry
(TrashEntry rootEntry) Deprecated.Constructors in com.liferay.trash.kernel.model with parameters of type TrashEntry
com.liferay.trash.model.impl.TrashEntryImpl