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) |
_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 createRateCardCustomization(RateCardCustomization rateCardCustomization) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization object.createRateCardCustomization in interface RateCardCustomizationServiceInterfacerateCardCustomization - the RateCardCustomization to
be
createdRateCardCustomization with its ID filled inRemoteExceptionApiExceptionpublic RateCardCustomization[] createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization objects.createRateCardCustomizations in interface RateCardCustomizationServiceInterfacerateCardCustomizations - the rate card customizations to be createdRemoteExceptionApiExceptionpublic RateCardCustomization getRateCardCustomization(Long rateCardCustomizationId) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization object uniquely identified
by the
given ID.getRateCardCustomization in interface RateCardCustomizationServiceInterfacerateCardCustomizationId - the ID of the rate card customization,
which
must already exist.RemoteExceptionApiExceptionpublic 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 |
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 updateRateCardCustomization(RateCardCustomization rateCardCustomization) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization object.updateRateCardCustomization in interface RateCardCustomizationServiceInterfacerateCardCustomization - the rate card customization to be updatedRemoteExceptionApiExceptionpublic RateCardCustomization[] updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomizationServiceInterfaceRateCardCustomization objects.updateRateCardCustomizations in interface RateCardCustomizationServiceInterfacerateCardCustomizations - the rate card customizations to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.