com.liferay.client.soap.portlet.mobiledevicerules.service.http
Interface MDRRuleServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_MDR_MDRRuleServiceSoapBindingImpl, Portlet_MDR_MDRRuleServiceSoapBindingStub

public interface MDRRuleServiceSoap
extends java.rmi.Remote


Method Summary
 MDRRuleSoap addRule(long ruleGroupId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext)
           
 void deleteRule(long ruleId)
           
 MDRRuleSoap fetchRule(long ruleId)
           
 MDRRuleSoap getRule(long ruleId)
           
 MDRRuleSoap updateRule(long ruleId, java.lang.String[] nameMapLanguageIds, java.lang.String[] nameMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext)
           
 

Method Detail

addRule

MDRRuleSoap addRule(long ruleGroupId,
                    java.lang.String[] nameMapLanguageIds,
                    java.lang.String[] nameMapValues,
                    java.lang.String[] descriptionMapLanguageIds,
                    java.lang.String[] descriptionMapValues,
                    java.lang.String type,
                    java.lang.String typeSettings,
                    ServiceContext serviceContext)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteRule

void deleteRule(long ruleId)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

fetchRule

MDRRuleSoap fetchRule(long ruleId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRule

MDRRuleSoap getRule(long ruleId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateRule

MDRRuleSoap updateRule(long ruleId,
                       java.lang.String[] nameMapLanguageIds,
                       java.lang.String[] nameMapValues,
                       java.lang.String[] descriptionMapLanguageIds,
                       java.lang.String[] descriptionMapValues,
                       java.lang.String type,
                       java.lang.String typeSettings,
                       ServiceContext serviceContext)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException