Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.dynamicdatamapping.model.DDMStructureSoap

Packages that use DDMStructureSoap
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service.http   
 

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, String xsd, ServiceContext serviceContext)
          Adds a structure referencing a default parent structure, using the portal property dynamic.data.lists.storage.type storage type and default structure type.
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)
          Adds a structure referencing its parent structure.
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)
          Adds a structure referencing the parent structure by its structure key.
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 includeGlobalStructures)
          Returns the structure matching the class name ID, structure key, and group, optionally in the global scope.
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)
           
static DDMStructureSoap[] DDMStructureServiceSoap.getStructures(long[] groupIds, long classNameId, int start, int end)
           
static DDMStructureSoap[] DDMStructureServiceSoap.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator 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[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator 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, String xsd, ServiceContext serviceContext)
          Updates the structure matching the class name ID, structure key, and group, replacing its old parent structure, name map, description map, and XSD with new ones.
static DDMStructureSoap DDMStructureServiceSoap.updateStructure(long structureId, long parentStructureId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String xsd, ServiceContext serviceContext)
          Updates the structure matching the structure ID, replacing the old parent structure ID, name map, description map, and XSD with the new values.
 


Liferay 6.2-ce-ga5