Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.lar.PortletDataHandler

Packages that use PortletDataHandler
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portlet   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.bookmarks.lar   
com.liferay.portlet.calendar.lar   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.imagegallery.lar   
com.liferay.portlet.journal.lar   
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.pagecomments.lar   
com.liferay.portlet.pageratings.lar   
com.liferay.portlet.polls.lar   
com.liferay.portlet.wiki.lar   
 

Uses of PortletDataHandler in com.liferay.portal.kernel.lar
 

Classes in com.liferay.portal.kernel.lar that implement PortletDataHandler
 class BasePortletDataHandler
           
 

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

Methods in com.liferay.portal.kernel.portlet that return PortletDataHandler
 PortletDataHandler PortletBag.getPortletDataHandlerInstance()
           
 

Uses of PortletDataHandler in com.liferay.portal.lar
 

Subinterfaces of PortletDataHandler in com.liferay.portal.lar
 interface PortletDataHandler
          Deprecated. This class has been repackaged at com.liferay.portal.kernel.lar.
 

Uses of PortletDataHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletDataHandler
 PortletDataHandler PortletWrapper.getPortletDataHandlerInstance()
           
 PortletDataHandler Portlet.getPortletDataHandlerInstance()
          Gets the portlet data handler instance of the portlet.
 

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

Methods in com.liferay.portal.model.impl that return PortletDataHandler
 PortletDataHandler PortletImpl.getPortletDataHandlerInstance()
          Gets the portlet data handler instance of the portlet.
 

Uses of PortletDataHandler in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortletDataHandler
 PortletDataHandler PortletBagImpl.getPortletDataHandlerInstance()
           
protected  PortletDataHandler PortletBagFactory.newPortletDataHandler(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type PortletDataHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of PortletDataHandler in com.liferay.portlet.blogs.lar
 

Classes in com.liferay.portlet.blogs.lar that implement PortletDataHandler
 class BlogsPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.bookmarks.lar
 

Classes in com.liferay.portlet.bookmarks.lar that implement PortletDataHandler
 class BookmarksPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.calendar.lar
 

Classes in com.liferay.portlet.calendar.lar that implement PortletDataHandler
 class CalendarPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.documentlibrary.lar
 

Classes in com.liferay.portlet.documentlibrary.lar that implement PortletDataHandler
 class DLDisplayPortletDataHandlerImpl
           
 class DLPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.imagegallery.lar
 

Classes in com.liferay.portlet.imagegallery.lar that implement PortletDataHandler
 class IGPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.journal.lar
 

Classes in com.liferay.portlet.journal.lar that implement PortletDataHandler
 class JournalContentPortletDataHandlerImpl
           Provides the Journal Content portlet export and import functionality, which is to clone the article, structure, and template referenced in the Journal Content portlet if the article is associated with the layout's group.
 class JournalPortletDataHandlerImpl
           Provides the Journal portlet export and import functionality, which is to clone all articles, structures, and templates associated with the layout's group.
 

Uses of PortletDataHandler in com.liferay.portlet.messageboards.lar
 

Classes in com.liferay.portlet.messageboards.lar that implement PortletDataHandler
 class MBPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.pagecomments.lar
 

Classes in com.liferay.portlet.pagecomments.lar that implement PortletDataHandler
 class PageCommentsPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.pageratings.lar
 

Classes in com.liferay.portlet.pageratings.lar that implement PortletDataHandler
 class PageRatingsPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.polls.lar
 

Classes in com.liferay.portlet.polls.lar that implement PortletDataHandler
 class PollsDisplayPortletDataHandlerImpl
           
 class PollsPortletDataHandlerImpl
           
 

Uses of PortletDataHandler in com.liferay.portlet.wiki.lar
 

Classes in com.liferay.portlet.wiki.lar that implement PortletDataHandler
 class WikiDisplayPortletDataHandlerImpl
           
 class WikiPortletDataHandlerImpl
           
 


Liferay 6.0.5