Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutReference.setLayoutSoap(LayoutSoap layoutSoap) |
Constructor and Description |
---|
LayoutReference(LayoutSoap layoutSoap,
String portletId) |