Liferay 6.2-ce-ga5

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

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

Uses of LayoutSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return LayoutSoap
 LayoutSoap LayoutReference.getLayoutSoap()
           
static LayoutSoap LayoutSoap.toSoapModel(Layout model)
           
static LayoutSoap[] LayoutSoap.toSoapModels(Layout[] models)
           
static LayoutSoap[][] LayoutSoap.toSoapModels(Layout[][] models)
           
static LayoutSoap[] LayoutSoap.toSoapModels(List<Layout> models)
           
 

Methods in com.liferay.portal.model with parameters of type LayoutSoap
 void LayoutReference.setLayoutSoap(LayoutSoap layoutSoap)
           
 

Constructors in com.liferay.portal.model with parameters of type LayoutSoap
LayoutReference(LayoutSoap layoutSoap, String portletId)
           
 


Liferay 6.2-ce-ga5