Liferay 6.1.2-ce-ga3

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

Packages that use DDMContentSoap
com.liferay.portlet.dynamicdatamapping.model   
 

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

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


Liferay 6.1.2-ce-ga3