public class BaseRateServiceSoapBindingStub extends org.apache.axis.client.Stub implements BaseRateServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
BaseRateServiceSoapBindingStub() |
BaseRateServiceSoapBindingStub(javax.xml.rpc.Service service) |
BaseRateServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
BaseRate[] |
createBaseRates(BaseRate[] baseRates)
Creates a list of new
BaseRate objects. |
protected org.apache.axis.client.Call |
createCall() |
BaseRatePage |
getBaseRatesByStatement(Statement filterStatement)
|
UpdateResult |
performBaseRateAction(BaseRateAction baseRateAction,
Statement filterStatement)
Performs actions on
BaseRate objects that satisfy the
given
Statement.query. |
BaseRate[] |
updateBaseRates(BaseRate[] baseRates)
Updates the specified
BaseRate 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 BaseRateServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic BaseRateServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic BaseRateServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic BaseRate[] createBaseRates(BaseRate[] baseRates) throws RemoteException, ApiException
BaseRateServiceInterfaceBaseRate objects.createBaseRates in interface BaseRateServiceInterfacebaseRates - the base rates to be createdRemoteExceptionApiExceptionpublic BaseRatePage getBaseRatesByStatement(Statement filterStatement) throws RemoteException, ApiException
BaseRateServiceInterfaceBaseRatePage of BaseRate objects that
satisfy the given
Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
rateCardId |
BaseRate.rateCardId |
id |
BaseRate.id |
productTemplateId |
BaseRate.idNote: Cannot be combined with productId.
| productId |
BaseRate.idNote: Cannot be combined with productTemplateId.
Copyright © 2019. All rights reserved. |