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

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

public class Portlet_MDR_MDRActionServiceSoapBindingImpl
extends java.lang.Object
implements MDRActionServiceSoap


Constructor Summary
Portlet_MDR_MDRActionServiceSoapBindingImpl()
           
 
Method Summary
 MDRActionSoap addAction(long ruleGroupInstanceId, 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 deleteAction(long actionId)
           
 MDRActionSoap fetchAction(long actionId)
           
 MDRActionSoap getAction(long actionId)
           
 MDRActionSoap updateAction(long actionId, 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_MDRActionServiceSoapBindingImpl

public Portlet_MDR_MDRActionServiceSoapBindingImpl()
Method Detail

addAction

public MDRActionSoap addAction(long ruleGroupInstanceId,
                               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:
addAction in interface MDRActionServiceSoap
Throws:
java.rmi.RemoteException

deleteAction

public void deleteAction(long actionId)
                  throws java.rmi.RemoteException
Specified by:
deleteAction in interface MDRActionServiceSoap
Throws:
java.rmi.RemoteException

fetchAction

public MDRActionSoap fetchAction(long actionId)
                          throws java.rmi.RemoteException
Specified by:
fetchAction in interface MDRActionServiceSoap
Throws:
java.rmi.RemoteException

getAction

public MDRActionSoap getAction(long actionId)
                        throws java.rmi.RemoteException
Specified by:
getAction in interface MDRActionServiceSoap
Throws:
java.rmi.RemoteException

updateAction

public MDRActionSoap updateAction(long actionId,
                                  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:
updateAction in interface MDRActionServiceSoap
Throws:
java.rmi.RemoteException