com.liferay.client.soap.portlet.mobiledevicerules.service.http
Class Portlet_MDR_MDRRuleServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.mobiledevicerules.service.http.Portlet_MDR_MDRRuleServiceSoapBindingImpl
All Implemented Interfaces:
MDRRuleServiceSoap, java.rmi.Remote

public class Portlet_MDR_MDRRuleServiceSoapBindingImpl
extends java.lang.Object
implements MDRRuleServiceSoap


Constructor Summary
Portlet_MDR_MDRRuleServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MDR_MDRRuleServiceSoapBindingImpl

public Portlet_MDR_MDRRuleServiceSoapBindingImpl()
Method Detail

addRule

public 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
Specified by:
addRule in interface MDRRuleServiceSoap
Throws:
java.rmi.RemoteException

deleteRule

public void deleteRule(long ruleId)
                throws java.rmi.RemoteException
Specified by:
deleteRule in interface MDRRuleServiceSoap
Throws:
java.rmi.RemoteException

fetchRule

public MDRRuleSoap fetchRule(long ruleId)
                      throws java.rmi.RemoteException
Specified by:
fetchRule in interface MDRRuleServiceSoap
Throws:
java.rmi.RemoteException

getRule

public MDRRuleSoap getRule(long ruleId)
                    throws java.rmi.RemoteException
Specified by:
getRule in interface MDRRuleServiceSoap
Throws:
java.rmi.RemoteException

updateRule

public 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
Specified by:
updateRule in interface MDRRuleServiceSoap
Throws:
java.rmi.RemoteException