|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutSetPrototypeSoap | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
| Uses of LayoutSetPrototypeSoap in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return LayoutSetPrototypeSoap | |
|---|---|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeSoap.toSoapModel(LayoutSetPrototype model)
|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[] models)
|
static LayoutSetPrototypeSoap[][] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[][] models)
|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(List<LayoutSetPrototype> models)
|
| Uses of LayoutSetPrototypeSoap in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl with parameters of type LayoutSetPrototypeSoap | |
|---|---|
static LayoutSetPrototype |
LayoutSetPrototypeModelImpl.toModel(LayoutSetPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeModelImpl.toModels(LayoutSetPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Uses of LayoutSetPrototypeSoap in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return LayoutSetPrototypeSoap | |
|---|---|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.addLayoutSetPrototype(String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.addLayoutSetPrototype(String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.getLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeServiceSoap.search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.updateLayoutSetPrototype(long layoutSetPrototypeId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeServiceSoap.updateLayoutSetPrototype(long layoutSetPrototypeId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||