Liferay 6.1.2-ce-ga3

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 This package defines the portal archiving interfaces, classes, and exceptions. 
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.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs.lar   
com.liferay.portlet.bookmarks.lar   
com.liferay.portlet.calendar.lar   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.dynamicdatalists.lar   
com.liferay.portlet.dynamicdatamapping.lar   
com.liferay.portlet.journal.lar   
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.mobiledevicerules.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 Portlet.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 PortletDataHandler PortletWrapper.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.dynamicdatalists.lar
 

Classes in com.liferay.portlet.dynamicdatalists.lar that implement PortletDataHandler
 class DDLDisplayPortletDataHandlerImpl
           
 class DDLPortletDataHandlerImpl
           
 

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

Classes in com.liferay.portlet.mobiledevicerules.lar that implement PortletDataHandler
 class MDRPortletDataHandlerImpl
           
 

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.2-ce-ga3