Liferay 6.1.10-ee-ga1

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

Packages that use PortletItemSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

Uses of PortletItemSoap in com.liferay.portal.model
 

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


Liferay 6.1.10-ee-ga1