Liferay 7.0-ce-b4

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

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

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()
           
 

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

Fields in com.liferay.portal.lar.test declared as PortletDataHandler
protected  PortletDataHandler BasePortletDataHandlerTestCase.portletDataHandler
           
 

Methods in com.liferay.portal.lar.test that return PortletDataHandler
protected  PortletDataHandler BasePortletDataHandlerTestCase.getPortletDataHandler(String portletId)
           
 

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.portlet.exportimport.lar
 

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


Liferay 7.0-ce-b4