|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutPrototypeSoap | |
|---|---|
| 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 LayoutPrototypeSoap in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return LayoutPrototypeSoap | |
|---|---|
static LayoutPrototypeSoap |
LayoutPrototypeSoap.toSoapModel(LayoutPrototype model)
|
static LayoutPrototypeSoap[] |
LayoutPrototypeSoap.toSoapModels(LayoutPrototype[] models)
|
static LayoutPrototypeSoap[][] |
LayoutPrototypeSoap.toSoapModels(LayoutPrototype[][] models)
|
static LayoutPrototypeSoap[] |
LayoutPrototypeSoap.toSoapModels(List<LayoutPrototype> models)
|
| Uses of LayoutPrototypeSoap in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl with parameters of type LayoutPrototypeSoap | |
|---|---|
static LayoutPrototype |
LayoutPrototypeModelImpl.toModel(LayoutPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutPrototype> |
LayoutPrototypeModelImpl.toModels(LayoutPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Uses of LayoutPrototypeSoap in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return LayoutPrototypeSoap | |
|---|---|
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.addLayoutPrototype(String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.addLayoutPrototype(String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by #addLayoutPrototype(Map,
String, boolean, ServiceContext) |
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.addLayoutPrototype(String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.fetchLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.getLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototypeSoap[] |
LayoutPrototypeServiceSoap.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.updateLayoutPrototype(long layoutPrototypeId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.updateLayoutPrototype(long layoutPrototypeId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by #updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
static LayoutPrototypeSoap |
LayoutPrototypeServiceSoap.updateLayoutPrototype(long layoutPrototypeId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||