Liferay 6.1.2-ce-ga3

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

Packages that use MDRRuleSoap
com.liferay.portlet.mobiledevicerules.model   
 

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)
           
 


Liferay 6.1.2-ce-ga3