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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portlet.mobiledevicerules.service.http.Portlet_MDR_MDRRuleServiceSoapBindingStub
All Implemented Interfaces:
MDRRuleServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_MDR_MDRRuleServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements MDRRuleServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_MDR_MDRRuleServiceSoapBindingStub()
           
Portlet_MDR_MDRRuleServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_MDR_MDRRuleServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
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)
           
protected  org.apache.axis.client.Call createCall()
           
 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 org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MDR_MDRRuleServiceSoapBindingStub

public Portlet_MDR_MDRRuleServiceSoapBindingStub()
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MDR_MDRRuleServiceSoapBindingStub

public Portlet_MDR_MDRRuleServiceSoapBindingStub(java.net.URL endpointURL,
                                                 javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MDR_MDRRuleServiceSoapBindingStub

public Portlet_MDR_MDRRuleServiceSoapBindingStub(javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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