Liferay 6.1.0-ce-rc1

Uses of Class
com.liferay.portlet.dynamicdatalists.model.DDLRecordSoap

Packages that use DDLRecordSoap
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
 

Uses of DDLRecordSoap in com.liferay.portlet.dynamicdatalists.model
 

Methods in com.liferay.portlet.dynamicdatalists.model that return DDLRecordSoap
static DDLRecordSoap DDLRecordSoap.toSoapModel(DDLRecord model)
           
static DDLRecordSoap[] DDLRecordSoap.toSoapModels(DDLRecord[] models)
           
static DDLRecordSoap[][] DDLRecordSoap.toSoapModels(DDLRecord[][] models)
           
static DDLRecordSoap[] DDLRecordSoap.toSoapModels(List<DDLRecord> models)
           
 

Uses of DDLRecordSoap in com.liferay.portlet.dynamicdatalists.model.impl
 

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


Liferay 6.1.0-ce-rc1