Liferay 6.1.10-ee-ga1

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

Packages that use PortletDataHandler
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.lar   
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
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.dynamicdatamapping.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.rss.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. Moved to PortletDataHandler
 

Uses of PortletDataHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletDataHandler
 PortletDataHandler PortletWrapper.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 PortletDataHandler Portlet.getPortletDataHandlerInstance()
          Returns 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()
          Returns 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, List<Indexer> indexerInstances, 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<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, 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.dynamicdatamapping.lar
 

Classes in com.liferay.portlet.dynamicdatamapping.lar that implement PortletDataHandler
 class DDMPortletDataHandlerImpl
           
 

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.rss.lar
 

Classes in com.liferay.portlet.rss.lar that implement PortletDataHandler
 class RSSPortletDataHandlerImpl
           
 

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.1.10-ee-ga1