Liferay 6.1.0-ce-ga1

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

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

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

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.http that return DDLRecordSetSoap
static DDLRecordSetSoap DDLRecordSetServiceSoap.getRecordSet(long recordSetId)
           
static DDLRecordSetSoap DDLRecordSetServiceSoap.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 


Liferay 6.1.0-ce-ga1