|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutSoap | |
---|---|
com.liferay.portal.model | |
com.liferay.portal.model.impl | |
com.liferay.portal.service.http |
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)
|
Uses of LayoutSoap in com.liferay.portal.model.impl |
---|
Methods in com.liferay.portal.model.impl with parameters of type LayoutSoap | |
---|---|
static Layout |
LayoutModelImpl.toModel(LayoutSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<Layout> |
LayoutModelImpl.toModels(LayoutSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Uses of LayoutSoap in com.liferay.portal.service.http |
---|
Methods in com.liferay.portal.service.http that return LayoutSoap | |
---|---|
static LayoutSoap |
LayoutServiceSoap.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
|
static LayoutSoap |
LayoutServiceSoap.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
|
static LayoutSoap |
LayoutServiceSoap.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
static LayoutSoap |
LayoutServiceSoap.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
|
static LayoutSoap |
LayoutServiceSoap.updateName(long plid,
String name,
String languageId)
|
static LayoutSoap |
LayoutServiceSoap.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
|
static LayoutSoap |
LayoutServiceSoap.updateParentLayoutId(long plid,
long parentPlid)
|
static LayoutSoap |
LayoutServiceSoap.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
|
static LayoutSoap |
LayoutServiceSoap.updatePriority(long plid,
int priority)
|
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |