Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.PortletSoap

Packages that use PortletSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of PortletSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletSoap
static PortletSoap PortletSoap.toSoapModel(Portlet model)
           
static PortletSoap[] PortletSoap.toSoapModels(List<Portlet> models)
           
static PortletSoap[] PortletSoap.toSoapModels(Portlet[] models)
           
static PortletSoap[][] PortletSoap.toSoapModels(Portlet[][] models)
           
 


Liferay 6.2-ce-ga5