Liferay 7.0-ce-m3

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, DDMForm ddmForm, 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, ServiceContext)
static DDMStructureSoap DDMStructureServiceSoap.addStructure(long groupId, long parentStructureId, long classNameId, String structureKey, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, DDMForm ddmForm, 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, 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, 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, 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.getJournalFolderStructures(long[] groupIds, long journalFolderId, int restrictionType)
           
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[] classNameIds, 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[] classNameIds, 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, 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, ServiceContext)
static DDMStructureSoap DDMStructureServiceSoap.updateStructure(long structureId, long parentStructureId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, DDMForm ddmForm, 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, ServiceContext)
 


Liferay 7.0-ce-m3