|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DDMStructureSoap in com.liferay.portlet.dynamicdatamapping.model |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructureSoap | |
|---|---|
static DDMStructureSoap |
DDMStructureSoap.toSoapModel(DDMStructure model)
|
static DDMStructureSoap[] |
DDMStructureSoap.toSoapModels(DDMStructure[] models)
|
static DDMStructureSoap[][] |
DDMStructureSoap.toSoapModels(DDMStructure[][] models)
|
static DDMStructureSoap[] |
DDMStructureSoap.toSoapModels(List<DDMStructure> models)
|
| Uses of DDMStructureSoap in com.liferay.portlet.dynamicdatamapping.model.impl |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructureSoap | |
|---|---|
static DDMStructure |
DDMStructureModelImpl.toModel(DDMStructureSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DDMStructure> |
DDMStructureModelImpl.toModels(DDMStructureSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Uses of DDMStructureSoap in com.liferay.portlet.dynamicdatamapping.service.http |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMStructureSoap | |
|---|---|
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long userId,
long groupId,
long classNameId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long userId,
long groupId,
long classNameId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addStructure(long, long,
long, Map, Map, DDMForm, DDMFormLayout, ServiceContext) |
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addStructure(long, long,
long, String, Map, Map, DDMForm, DDMFormLayout, String, int,
ServiceContext) |
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addStructure(long, long,
String, long, String, Map, Map, DDMForm, DDMFormLayout,
String, int, ServiceContext) |
static DDMStructureSoap |
DDMStructureServiceSoap.copyStructure(long structureId,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.copyStructure(long structureId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
static DDMStructureSoap |
DDMStructureServiceSoap.fetchStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructureSoap |
DDMStructureServiceSoap.fetchStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
|
static DDMStructureSoap |
DDMStructureServiceSoap.getStructure(long structureId)
Returns the structure with the ID. |
static DDMStructureSoap |
DDMStructureServiceSoap.getStructure(long groupId,
long classNameId,
String structureKey)
Returns the structure matching the class name ID, structure key, and group. |
static DDMStructureSoap |
DDMStructureServiceSoap.getStructure(long groupId,
long classNameId,
String structureKey,
boolean includeAncestorStructures)
Returns the structure matching the class name ID, structure key, and group, optionally searching ancestor sites (that have sharing enabled) and global scoped sites. |
static DDMStructureSoap[] |
DDMStructureServiceSoap.getStructures(long groupId)
Returns all the structures in the group that the user has permission to view. |
static DDMStructureSoap[] |
DDMStructureServiceSoap.getStructures(long[] groupIds)
Returns all the structures in the groups that the user has permission to view. |
static DDMStructureSoap[] |
DDMStructureServiceSoap.getStructures(long[] groupIds,
long classNameId)
Returns all the structures matching the groups and class name ID that the user has permission to view. |
static DDMStructureSoap[] |
DDMStructureServiceSoap.getStructures(long[] groupIds,
long classNameId,
int start,
int end)
|
static DDMStructureSoap[] |
DDMStructureServiceSoap.search(long companyId,
long[] groupIds,
long classNameId,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
static DDMStructureSoap[] |
DDMStructureServiceSoap.search(long companyId,
long[] groupIds,
long classNameId,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
static DDMStructureSoap |
DDMStructureServiceSoap.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateStructure(long, long,
long, String, Map, Map, DDMForm, DDMFormLayout,
ServiceContext) |
static DDMStructureSoap |
DDMStructureServiceSoap.updateStructure(long structureId,
long parentStructureId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
DDMForm ddmForm,
DDMFormLayout ddmFormLayout,
ServiceContext serviceContext)
|
static DDMStructureSoap |
DDMStructureServiceSoap.updateStructure(long structureId,
long parentStructureId,
String[] nameMapLanguageIds,
String[] nameMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateStructure(long, long,
Map, Map, DDMForm, DDMFormLayout, ServiceContext) |
| Uses of DDMStructureSoap in com.liferay.portlet.journal.service.http |
|---|
| Methods in com.liferay.portlet.journal.service.http that return DDMStructureSoap | |
|---|---|
static DDMStructureSoap[] |
JournalFolderServiceSoap.getDDMStructures(long[] groupIds,
long folderId,
int restrictionType)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||