Liferay 6.0-ee-sp2

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

Packages that use LayoutSoap
com.liferay.portal.model   
 

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.0-ee-sp2