Liferay 6.2.0

Uses of Interface
com.liferay.portal.kernel.trash.TrashHandler

Packages that use TrashHandler
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.trash   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.blogs.model   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.journal.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.wiki.model   
 

Uses of TrashHandler in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type TrashHandler
abstract  List<TrashHandler> PortletBag.getTrashHandlerInstances()
           
 

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

Classes in com.liferay.portal.kernel.trash that implement TrashHandler
 class BaseTrashHandler
          Provides the base implementation of TrashHandler.
 

Methods in com.liferay.portal.kernel.trash that return TrashHandler
static TrashHandler TrashHandlerRegistryUtil.getTrashHandler(String className)
           
abstract  TrashHandler TrashHandlerRegistry.getTrashHandler(String className)
          Returns the trash handler associated with the class name.
 

Methods in com.liferay.portal.kernel.trash that return types with arguments of type TrashHandler
static List<TrashHandler> TrashHandlerRegistryUtil.getTrashHandlers()
           
abstract  List<TrashHandler> TrashHandlerRegistry.getTrashHandlers()
          Returns all of the trash handlers.
 

Methods in com.liferay.portal.kernel.trash with parameters of type TrashHandler
static void TrashHandlerRegistryUtil.register(TrashHandler trashHandler)
           
abstract  void TrashHandlerRegistry.register(TrashHandler trashHandler)
          Registers the trash handler.
static void TrashHandlerRegistryUtil.unregister(TrashHandler trashHandler)
           
abstract  void TrashHandlerRegistry.unregister(TrashHandler trashHandler)
          Unregisters the trash handler.
 

Method parameters in com.liferay.portal.kernel.trash with type arguments of type TrashHandler
static void TrashHandlerRegistryUtil.register(List<TrashHandler> trashHandlers)
           
static void TrashHandlerRegistryUtil.unregister(List<TrashHandler> trashHandlers)
           
 

Uses of TrashHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return TrashHandler
abstract  TrashHandler TrashedModel.getTrashHandler()
           
 

Methods in com.liferay.portal.model that return types with arguments of type TrashHandler
abstract  List<TrashHandler> Portlet.getTrashHandlerInstances()
          Returns the trash handler instances of the portlet.
 List<TrashHandler> PortletWrapper.getTrashHandlerInstances()
          Returns the trash handler instances of the portlet.
 

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

Methods in com.liferay.portlet.blogs.model that return TrashHandler
 TrashHandler BlogsEntryWrapper.getTrashHandler()
          Returns the trash handler for this blogs entry.
abstract  TrashHandler BlogsEntryModel.getTrashHandler()
          Returns the trash handler for this blogs entry.
 

Uses of TrashHandler in com.liferay.portlet.bookmarks.model
 

Methods in com.liferay.portlet.bookmarks.model that return TrashHandler
abstract  TrashHandler BookmarksEntryModel.getTrashHandler()
          Returns the trash handler for this bookmarks entry.
abstract  TrashHandler BookmarksFolderModel.getTrashHandler()
          Returns the trash handler for this bookmarks folder.
 TrashHandler BookmarksFolderWrapper.getTrashHandler()
          Returns the trash handler for this bookmarks folder.
 TrashHandler BookmarksEntryWrapper.getTrashHandler()
          Returns the trash handler for this bookmarks entry.
 

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

Methods in com.liferay.portlet.documentlibrary.model that return TrashHandler
 TrashHandler DLFolderWrapper.getTrashHandler()
          Returns the trash handler for this document library folder.
 TrashHandler DLFileShortcutWrapper.getTrashHandler()
          Returns the trash handler for this document library file shortcut.
 TrashHandler DLFileEntryWrapper.getTrashHandler()
          Returns the trash handler for this document library file entry.
abstract  TrashHandler DLFileEntryModel.getTrashHandler()
          Returns the trash handler for this document library file entry.
abstract  TrashHandler DLFolderModel.getTrashHandler()
          Returns the trash handler for this document library folder.
abstract  TrashHandler DLFileShortcutModel.getTrashHandler()
          Returns the trash handler for this document library file shortcut.
 

Uses of TrashHandler in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that return TrashHandler
 TrashHandler JournalFolderWrapper.getTrashHandler()
          Returns the trash handler for this journal folder.
 TrashHandler JournalArticleWrapper.getTrashHandler()
          Returns the trash handler for this journal article.
abstract  TrashHandler JournalArticleModel.getTrashHandler()
          Returns the trash handler for this journal article.
abstract  TrashHandler JournalFolderModel.getTrashHandler()
          Returns the trash handler for this journal folder.
 

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

Methods in com.liferay.portlet.messageboards.model that return TrashHandler
 TrashHandler MBMessageWrapper.getTrashHandler()
          Returns the trash handler for this message-boards message.
abstract  TrashHandler MBMessageModel.getTrashHandler()
          Returns the trash handler for this message-boards message.
abstract  TrashHandler MBCategoryModel.getTrashHandler()
          Returns the trash handler for this message boards category.
 TrashHandler MBCategoryWrapper.getTrashHandler()
          Returns the trash handler for this message boards category.
 TrashHandler MBThreadWrapper.getTrashHandler()
          Returns the trash handler for this message boards thread.
abstract  TrashHandler MBThreadModel.getTrashHandler()
          Returns the trash handler for this message boards thread.
 

Uses of TrashHandler in com.liferay.portlet.wiki.model
 

Methods in com.liferay.portlet.wiki.model that return TrashHandler
abstract  TrashHandler WikiPageModel.getTrashHandler()
          Returns the trash handler for this wiki page.
abstract  TrashHandler WikiNodeModel.getTrashHandler()
          Returns the trash handler for this wiki node.
 TrashHandler WikiPageWrapper.getTrashHandler()
          Returns the trash handler for this wiki page.
 TrashHandler WikiNodeWrapper.getTrashHandler()
          Returns the trash handler for this wiki node.
 


Liferay 6.2.0