Liferay 6.0-ee

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

Packages that use PortletSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
 

Uses of PortletSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type PortletSoap
static Portlet PortletModelImpl.toModel(PortletSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Portlet> PortletModelImpl.toModels(PortletSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of PortletSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return PortletSoap
static PortletSoap PortletServiceSoap.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 


Liferay 6.0-ee