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 TypeMethodDescriptionvoidTrashHandler.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_ACCESSORDeprecated.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 TypeMethodDescriptionintTrashEntryModel.compareTo(TrashEntry trashEntry) Deprecated.intTrashEntryWrapper.compareTo(TrashEntry trashEntry) Deprecated.voidTrashEntry.setRootEntry(TrashEntry rootEntry) Deprecated.voidTrashEntryWrapper.setRootEntry(TrashEntry rootEntry) Deprecated.Constructors in com.liferay.trash.kernel.model with parameters of type TrashEntry
com.liferay.trash.model.impl.TrashEntryImpl