Uses of Interface
com.liferay.portal.kernel.model.TrashedModel
Packages that use TrashedModel
Package
Description
-
Uses of TrashedModel in com.liferay.document.library.kernel.model
Subinterfaces of TrashedModel in com.liferay.document.library.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the DLFileEntry service.interface
The base model interface for the DLFileEntry service.interface
The extended model interface for the DLFileShortcut service.interface
The base model interface for the DLFileShortcut service.interface
The extended model interface for the DLFolder service.interface
The base model interface for the DLFolder service.Classes in com.liferay.document.library.kernel.model that implement TrashedModelModifier and TypeClassDescriptionclass
This class is a wrapper forDLFileEntry
.class
This class is a wrapper forDLFileShortcut
.class
This class is a wrapper forDLFolder
. -
Uses of TrashedModel in com.liferay.exportimport.kernel.model
Subinterfaces of TrashedModel in com.liferay.exportimport.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the ExportImportConfiguration service.interface
The base model interface for the ExportImportConfiguration service.Classes in com.liferay.exportimport.kernel.model that implement TrashedModel -
Uses of TrashedModel in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash that return TrashedModelMethods in com.liferay.portal.kernel.trash that return types with arguments of type TrashedModelModifier and TypeMethodDescriptiondefault List<TrashedModel>
TrashHandler.getTrashModelTrashedModels
(long classPK, int start, int end, OrderByComparator<?> orderByComparator) Methods in com.liferay.portal.kernel.trash with parameters of type TrashedModelModifier and TypeMethodDescriptionTrashHandler.getParentContainerModel
(TrashedModel trashedModel) -
Uses of TrashedModel in com.liferay.portal.kernel.trash.helper
Methods in com.liferay.portal.kernel.trash.helper with parameters of type TrashedModelModifier and TypeMethodDescriptionboolean
TrashHelper.isInTrashContainer
(TrashedModel trashedModel) boolean
TrashHelper.isInTrashExplicitly
(TrashedModel trashedModel) boolean
TrashHelper.isInTrashImplicitly
(TrashedModel trashedModel)