Liferay 6.2.0-ce-rc6

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.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.trash   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.blogs.trash   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.bookmarks.trash   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.trash   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.trash   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.trash   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
com.liferay.portlet.wiki.trash   
 

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type TrashHandler
 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)
           
 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()
           
 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)
           
 void TrashHandlerRegistry.register(TrashHandler trashHandler)
          Registers the trash handler.
static void TrashHandlerRegistryUtil.unregister(TrashHandler trashHandler)
           
 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
 TrashHandler TrashedModel.getTrashHandler()
           
 

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

Uses of TrashHandler in com.liferay.portal.model.impl
 

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

Uses of TrashHandler in com.liferay.portal.trash
 

Methods in com.liferay.portal.trash that return TrashHandler
 TrashHandler TrashHandlerRegistryImpl.getTrashHandler(String className)
           
 

Methods in com.liferay.portal.trash that return types with arguments of type TrashHandler
 List<TrashHandler> TrashHandlerRegistryImpl.getTrashHandlers()
           
 

Methods in com.liferay.portal.trash with parameters of type TrashHandler
 void TrashHandlerRegistryImpl.register(TrashHandler trashHandler)
           
 void TrashHandlerRegistryImpl.unregister(TrashHandler trashHandler)
           
 

Uses of TrashHandler in com.liferay.portlet
 

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

Constructor parameters in com.liferay.portlet with type arguments of type TrashHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

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

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

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

Methods in com.liferay.portlet.blogs.model.impl that return TrashHandler
 TrashHandler BlogsEntryModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.blogs.trash that implement TrashHandler
 class BlogsEntryTrashHandler
          Implements trash handling for the blogs entry entity.
 

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

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

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

Methods in com.liferay.portlet.bookmarks.model.impl that return TrashHandler
 TrashHandler BookmarksEntryModelImpl.getTrashHandler()
           
 TrashHandler BookmarksFolderModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.bookmarks.trash that implement TrashHandler
 class BookmarksBaseTrashHandler
          Represents the trash handler for bookmarks folder entity.
 class BookmarksEntryTrashHandler
          Represents the trash handler for bookmarks entries entity.
 class BookmarksFolderTrashHandler
          Represents the trash handler for bookmarks folder entity.
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.model.impl that return TrashHandler
 TrashHandler DLFileShortcutModelImpl.getTrashHandler()
           
 TrashHandler DLFileEntryModelImpl.getTrashHandler()
           
 TrashHandler DLFolderModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.documentlibrary.trash that implement TrashHandler
 class DLBaseTrashHandler
           
 class DLFileEntryTrashHandler
          Implements trash handling for the file entry entity.
 class DLFileShortcutTrashHandler
          Implements trash handling for the file shortcut entity.
 class DLFolderTrashHandler
          Implements trash handling for the folder entity.
 

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 JournalArticleModel.getTrashHandler()
          Returns the trash handler for this journal article.
 TrashHandler JournalFolderModel.getTrashHandler()
          Returns the trash handler for this journal folder.
 TrashHandler JournalArticleWrapper.getTrashHandler()
          Returns the trash handler for this journal article.
 

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

Methods in com.liferay.portlet.journal.model.impl that return TrashHandler
 TrashHandler JournalFolderModelImpl.getTrashHandler()
           
 TrashHandler JournalArticleModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.journal.trash that implement TrashHandler
 class JournalArticleTrashHandler
          Implements trash handling for the journal article entity.
 class JournalBaseTrashHandler
           
 class JournalFolderTrashHandler
          Implements trash handling for the journal folder entity.
 

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.
 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 MBThreadModel.getTrashHandler()
          Returns the trash handler for this message boards thread.
 TrashHandler MBMessageModel.getTrashHandler()
          Returns the trash handler for this message-boards message.
 TrashHandler MBThreadWrapper.getTrashHandler()
          Returns the trash handler for this message boards thread.
 

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

Methods in com.liferay.portlet.messageboards.model.impl that return TrashHandler
 TrashHandler MBThreadModelImpl.getTrashHandler()
           
 TrashHandler MBCategoryModelImpl.getTrashHandler()
           
 TrashHandler MBMessageModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.messageboards.trash that implement TrashHandler
 class MBCategoryTrashHandler
          Implements trash handling for the message boards category entity.
 class MBMessageTrashHandler
          Implements trash handling for message boards message entity.
 class MBThreadTrashHandler
          Implements trash handling for message boards thread entity.
 

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

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

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

Methods in com.liferay.portlet.wiki.model.impl that return TrashHandler
 TrashHandler WikiPageModelImpl.getTrashHandler()
           
 TrashHandler WikiNodeModelImpl.getTrashHandler()
           
 

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

Classes in com.liferay.portlet.wiki.trash that implement TrashHandler
 class WikiNodeTrashHandler
          Implements trash handling for the wiki node entity.
 class WikiPageTrashHandler
          Implements trash handling for the wiki page entity.
 


Liferay 6.2.0-ce-rc6