public class RateCardCustomizationServiceSoapBindingStub extends org.apache.axis.client.Stub implements RateCardCustomizationServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
RateCardCustomizationServiceSoapBindingStub() |
RateCardCustomizationServiceSoapBindingStub(javax.xml.rpc.Service service) |
RateCardCustomizationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
RateCardCustomization[] |
createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations)
Creates a list of new
RateCardCustomization objects. |
RateCardCustomizationPage |
getRateCardCustomizationsByStatement(Statement filterStatement)
Gets a
RateCardCustomizationPage of RateCardCustomization
objects that satisfy the given Statement.query. |
UpdateResult |
performRateCardCustomizationAction(RateCardCustomizationAction rateCardCustomizationAction,
Statement filterStatement)
Performs actions on
RateCardCustomization objects that
satisfy the
given Statement.query. |
RateCardCustomization[] |
updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations)
Updates the specified
RateCardCustomization objects. |
_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, setUsernamepublic RateCardCustomizationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardCustomizationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardCustomizationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic RateCardCustomization[] createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization objects.createRateCardCustomizations in interface RateCardCustomizationServiceInterfacerateCardCustomizations - the rate card customizations to be createdRemoteExceptionApiExceptionpublic RateCardCustomizationPage getRateCardCustomizationsByStatement(Statement filterStatement) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomizationPage of RateCardCustomization
objects that satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
rateCardId |
RateCardCustomization#rateCardId |
rateCardCustomizationGroupId |
RateCardCustomization.rateCardCustomizationGroupId |
id |
RateCardCustomization.id |
status |
RateCardCustomization.status |
getRateCardCustomizationsByStatement in interface RateCardCustomizationServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of rate card customizations.RemoteExceptionApiExceptionpublic UpdateResult performRateCardCustomizationAction(RateCardCustomizationAction rateCardCustomizationAction, Statement filterStatement) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization objects that
satisfy the
given Statement.query.performRateCardCustomizationAction in interface RateCardCustomizationServiceInterfacerateCardCustomizationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of rate card customizations.RemoteExceptionApiExceptionpublic RateCardCustomization[] updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization objects.updateRateCardCustomizations in interface RateCardCustomizationServiceInterfacerateCardCustomizations - the rate card customizations to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.