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 TypeInterfaceDescriptioninterfaceThe extended model interface for the DLFileEntry service.interfaceThe base model interface for the DLFileEntry service.interfaceThe extended model interface for the DLFileShortcut service.interfaceThe base model interface for the DLFileShortcut service.interfaceThe extended model interface for the DLFolder service.interfaceThe base model interface for the DLFolder service.Classes in com.liferay.document.library.kernel.model that implement TrashedModelModifier and TypeClassDescriptionclassThis class is a wrapper forDLFileEntry.classThis class is a wrapper forDLFileShortcut.classThis class is a wrapper forDLFolder. -
Uses of TrashedModel in com.liferay.exportimport.kernel.model
Subinterfaces of TrashedModel in com.liferay.exportimport.kernel.modelModifier and TypeInterfaceDescriptioninterfaceThe extended model interface for the ExportImportConfiguration service.interfaceThe 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 TypeMethodDescriptionbooleanTrashHelper.isInTrashContainer(TrashedModel trashedModel) booleanTrashHelper.isInTrashExplicitly(TrashedModel trashedModel) booleanTrashHelper.isInTrashImplicitly(TrashedModel trashedModel)