Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRRuleSoap
static MDRRuleSoap MDRRuleServiceSoap.addRule(long ruleGroupId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRRuleSoap MDRRuleServiceSoap.fetchRule(long ruleId)
           
static MDRRuleSoap MDRRuleServiceSoap.getRule(long ruleId)
           
static MDRRuleSoap MDRRuleServiceSoap.updateRule(long ruleId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String type, String typeSettings, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3