Liferay 6.1.2-ce-ga3

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.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, int minDisplayRows, int scope, ServiceContext serviceContext)
           
static DDLRecordSetSoap DDLRecordSetServiceSoap.getRecordSet(long recordSetId)
           
static DDLRecordSetSoap DDLRecordSetServiceSoap.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSetSoap DDLRecordSetServiceSoap.updateRecordSet(long recordSetId, long ddmStructureId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSetSoap DDLRecordSetServiceSoap.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, int minDisplayRows, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3