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 |
createBaseRate(BaseRate baseRate)
Creates a new
BaseRate object. |
BaseRate[] |
createBaseRates(BaseRate[] baseRates)
Creates a list of new
BaseRate objects. |
protected org.apache.axis.client.Call |
createCall() |
BaseRate |
getBaseRate(Long baseRateId)
Returns the
BaseRate object uniquely identified by
the given ID. |
BaseRatePage |
getBaseRatesByStatement(Statement filterStatement)
|
UpdateResult |
performBaseRateAction(BaseRateAction baseRateAction,
Statement filterStatement)
Performs actions on
BaseRate objects that satisfy the
given
Statement.query. |
BaseRate |
updateBaseRate(BaseRate baseRate)
Updates the specified
BaseRate object. |
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 createBaseRate(BaseRate baseRate) throws RemoteException, ApiException
BaseRateServiceInterfaceBaseRate object.createBaseRate in interface BaseRateServiceInterfacebaseRate - the base rate to be createdRemoteExceptionApiExceptionpublic BaseRate[] createBaseRates(BaseRate[] baseRates) throws RemoteException, ApiException
BaseRateServiceInterfaceBaseRate objects.createBaseRates in interface BaseRateServiceInterfacebaseRates - the base rates to be createdRemoteExceptionApiExceptionpublic BaseRate getBaseRate(Long baseRateId) throws RemoteException, ApiException
BaseRateServiceInterfaceBaseRate object uniquely identified by
the given ID.getBaseRate in interface BaseRateServiceInterfacebaseRateId - the ID of the base rate, which must already existRemoteExceptionApiExceptionpublic 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 |
status |
BaseRate.status |
productTemplateId |
BaseRate.idNote: Cannot be combined with productId.
| productId |
BaseRate.idNote: Cannot be combined with productTemplateId.
Copyright © 2014. All Rights Reserved. |