Liferay 6.2-ce-ga5

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.addRuleGroup(long groupId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, ServiceContext serviceContext)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.fetchRuleGroup(long ruleGroupId)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.getRuleGroup(long ruleGroupId)
           
static MDRRuleGroupSoap MDRRuleGroupServiceSoap.updateRuleGroup(long ruleGroupId, String[] nameMapLanguageIds, String[] nameMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5