Liferay 6.1.2-ce-ga3

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 groupId, long classNameId, String structureKey, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String xsd, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructureSoap DDMStructureServiceSoap.copyStructure(long structureId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, ServiceContext serviceContext)
           
static DDMStructureSoap DDMStructureServiceSoap.fetchStructure(long groupId, String structureKey)
           
static DDMStructureSoap DDMStructureServiceSoap.getStructure(long structureId)
           
static DDMStructureSoap[] DDMStructureServiceSoap.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
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)
           
static DDMStructureSoap DDMStructureServiceSoap.updateStructure(long structureId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String xsd, ServiceContext serviceContext)
           
static DDMStructureSoap DDMStructureServiceSoap.updateStructure(long groupId, String structureKey, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String xsd, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3