Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.mobiledevicerules.model.MDRActionSoap

Packages that use MDRActionSoap
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.mobiledevicerules.service.http   
 

Uses of MDRActionSoap in com.liferay.portlet.mobiledevicerules.model
 

Methods in com.liferay.portlet.mobiledevicerules.model that return MDRActionSoap
static MDRActionSoap MDRActionSoap.toSoapModel(MDRAction model)
           
static MDRActionSoap[] MDRActionSoap.toSoapModels(List<MDRAction> models)
           
static MDRActionSoap[] MDRActionSoap.toSoapModels(MDRAction[] models)
           
static MDRActionSoap[][] MDRActionSoap.toSoapModels(MDRAction[][] models)
           
 

Uses of MDRActionSoap in com.liferay.portlet.mobiledevicerules.model.impl
 

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

Uses of MDRActionSoap in com.liferay.portlet.mobiledevicerules.service.http
 

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRActionSoap
static MDRActionSoap MDRActionServiceSoap.addAction(long ruleGroupInstanceId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRActionSoap MDRActionServiceSoap.fetchAction(long actionId)
           
static MDRActionSoap MDRActionServiceSoap.getAction(long actionId)
           
static MDRActionSoap MDRActionServiceSoap.updateAction(long actionId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String type, String typeSettings, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3