com.liferay.client.soap.portlet.mobiledevicerules.service.http
Class Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.mobiledevicerules.service.http.Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
- All Implemented Interfaces:
- MDRRuleGroupInstanceServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements MDRRuleGroupInstanceServiceSoap
| 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 |
|
Method Summary |
MDRRuleGroupInstanceSoap |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstanceSoap |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstanceSoap[] |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK)
|
MDRRuleGroupInstanceSoap |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
| 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 |
Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
public Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
public Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub
public Portlet_MDR_MDRRuleGroupInstanceServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addRuleGroupInstance
public MDRRuleGroupInstanceSoap addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addRuleGroupInstance in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException
addRuleGroupInstance
public MDRRuleGroupInstanceSoap addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addRuleGroupInstance in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException
deleteRuleGroupInstance
public void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws java.rmi.RemoteException
- Specified by:
deleteRuleGroupInstance in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException
getRuleGroupInstancesCount
public int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getRuleGroupInstancesCount in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException
getRuleGroupInstances
public MDRRuleGroupInstanceSoap[] getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws java.rmi.RemoteException
- Specified by:
getRuleGroupInstances in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException
updateRuleGroupInstance
public MDRRuleGroupInstanceSoap updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
throws java.rmi.RemoteException
- Specified by:
updateRuleGroupInstance in interface MDRRuleGroupInstanceServiceSoap
- Throws:
java.rmi.RemoteException