public class PremiumRateServiceSoapBindingStub extends org.apache.axis.client.Stub implements PremiumRateServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
PremiumRateServiceSoapBindingStub() |
PremiumRateServiceSoapBindingStub(javax.xml.rpc.Service service) |
PremiumRateServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
PremiumRate[] |
createPremiumRates(PremiumRate[] premiumRates)
Creates a list of new
PremiumRate objects. |
PremiumRatePage |
getPremiumRatesByStatement(Statement filterStatement)
|
PremiumRate[] |
updatePremiumRates(PremiumRate[] premiumRates)
Updates the specified
PremiumRate 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 PremiumRateServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic PremiumRateServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic PremiumRateServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic PremiumRate[] createPremiumRates(PremiumRate[] premiumRates) throws RemoteException, ApiException
PremiumRateServiceInterfacePremiumRate objects.createPremiumRates in interface PremiumRateServiceInterfacepremiumRates - the premium rates to be createdRemoteExceptionApiExceptionpublic PremiumRatePage getPremiumRatesByStatement(Statement filterStatement) throws RemoteException, ApiException
PremiumRateServiceInterfacePremiumRatePage of PremiumRate objects
that
satisfy the given Statement.query. The following fields
are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
PremiumRate.id |
rateCardId |
PremiumRate.rateCardId |
pricingMethod |
PremiumRate.pricingMethod |
getPremiumRatesByStatement in interface PremiumRateServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a
list of premium rates.RemoteExceptionApiExceptionpublic PremiumRate[] updatePremiumRates(PremiumRate[] premiumRates) throws RemoteException, ApiException
PremiumRateServiceInterfacePremiumRate objects.updatePremiumRates in interface PremiumRateServiceInterfacepremiumRates - the premium rates to be updatedRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.