Liferay 7.0-ce-b7 portal-service

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

Packages that use PortletDataHandler
com.liferay.exportimport.kernel.lar   
com.liferay.portal.kernel.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
 

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

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

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

Methods in com.liferay.portal.kernel.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.kernel.portlet
 

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


Liferay 7.0-ce-b7 portal-service