Liferay 6.1.0-ce-rc1

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

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

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

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

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

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRRuleGroupSoap
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.fetchRuleGroup(long ruleGroupId)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.getRuleGroup(long ruleGroupId)
           
 


Liferay 6.1.0-ce-rc1