Liferay 6.1.0-ce-b4

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

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

Uses of DDMStructureLinkSoap in com.liferay.portlet.dynamicdatamapping.model
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructureLinkSoap
static DDMStructureLinkSoap DDMStructureLinkSoap.toSoapModel(DDMStructureLink model)
           
static DDMStructureLinkSoap[] DDMStructureLinkSoap.toSoapModels(DDMStructureLink[] models)
           
static DDMStructureLinkSoap[][] DDMStructureLinkSoap.toSoapModels(DDMStructureLink[][] models)
           
static DDMStructureLinkSoap[] DDMStructureLinkSoap.toSoapModels(List<DDMStructureLink> models)
           
 

Uses of DDMStructureLinkSoap in com.liferay.portlet.dynamicdatamapping.model.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructureLinkSoap
static DDMStructureLink DDMStructureLinkModelImpl.toModel(DDMStructureLinkSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<DDMStructureLink> DDMStructureLinkModelImpl.toModels(DDMStructureLinkSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of DDMStructureLinkSoap in com.liferay.portlet.dynamicdatamapping.service.http
 

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMStructureLinkSoap
static DDMStructureLinkSoap DDMStructureLinkServiceSoap.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
static DDMStructureLinkSoap DDMStructureLinkServiceSoap.getStructureLink(long structureLinkId)
           
static DDMStructureLinkSoap DDMStructureLinkServiceSoap.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 


Liferay 6.1.0-ce-b4