Liferay 6.2-ce-ga5

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

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

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.2-ce-ga5