Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.TrashedModel

Packages that use TrashedModel
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.trash   
com.liferay.portlet.blogs.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.trash.util   
 

Uses of TrashedModel in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search with parameters of type TrashedModel
protected  void BaseIndexer.addTrashFields(Document document, TrashedModel trashedModel)
           
 

Uses of TrashedModel in com.liferay.portal.kernel.trash
 

Methods in com.liferay.portal.kernel.trash with parameters of type TrashedModel
 ContainerModel TrashHandler.getParentContainerModel(TrashedModel trashedModel)
           
 ContainerModel BaseTrashHandler.getParentContainerModel(TrashedModel trashedModel)
           
 

Uses of TrashedModel in com.liferay.portlet.blogs.model
 

Subinterfaces of TrashedModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 interface BlogsEntryModel
          The base model interface for the BlogsEntry service.
 

Classes in com.liferay.portlet.blogs.model that implement TrashedModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Uses of TrashedModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of TrashedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntry
          The extended model interface for the DLFileEntry service.
 interface DLFileEntryModel
          The base model interface for the DLFileEntry service.
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileShortcutModel
          The base model interface for the DLFileShortcut service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLFolderModel
          The base model interface for the DLFolder service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement TrashedModel
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Uses of TrashedModel in com.liferay.portlet.exportimport.model
 

Subinterfaces of TrashedModel in com.liferay.portlet.exportimport.model
 interface ExportImportConfiguration
          The extended model interface for the ExportImportConfiguration service.
 interface ExportImportConfigurationModel
          The base model interface for the ExportImportConfiguration service.
 

Classes in com.liferay.portlet.exportimport.model that implement TrashedModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

Uses of TrashedModel in com.liferay.portlet.messageboards.model
 

Subinterfaces of TrashedModel in com.liferay.portlet.messageboards.model
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBCategoryModel
          The base model interface for the MBCategory service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBMessageModel
          The base model interface for the MBMessage service.
 interface MBThread
          The extended model interface for the MBThread service.
 interface MBThreadModel
          The base model interface for the MBThread service.
 

Classes in com.liferay.portlet.messageboards.model that implement TrashedModel
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

Uses of TrashedModel in com.liferay.portlet.trash.util
 

Methods in com.liferay.portlet.trash.util with parameters of type TrashedModel
static void TrashUtil.addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel)
           
 void Trash.addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel)
           
static void TrashUtil.addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel, String cmd)
           
 void Trash.addTrashSessionMessages(ActionRequest actionRequest, TrashedModel trashedModel, String cmd)
           
 

Method parameters in com.liferay.portlet.trash.util with type arguments of type TrashedModel
static void TrashUtil.addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels)
           
 void Trash.addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels)
           
static void TrashUtil.addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels, String cmd)
           
 void Trash.addTrashSessionMessages(ActionRequest actionRequest, List<TrashedModel> trashedModels, String cmd)
           
 


Liferay 7.0-ce-b4