Liferay 6.2-ce-ga5

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

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

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.
 

Uses of DDLRecordSoap in com.liferay.portlet.dynamicdatalists.service.http
 

Methods in com.liferay.portlet.dynamicdatalists.service.http that return DDLRecordSoap
static DDLRecordSoap DDLRecordServiceSoap.deleteRecordLocale(long recordId, String locale, ServiceContext serviceContext)
           
static DDLRecordSoap DDLRecordServiceSoap.getRecord(long recordId)
           
 


Liferay 6.2-ce-ga5