public class RateCardServiceSoapBindingStub extends org.apache.axis.client.Stub implements RateCardServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
RateCardServiceSoapBindingStub() |
RateCardServiceSoapBindingStub(javax.xml.rpc.Service service) |
RateCardServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
RateCard[] |
createRateCards(RateCard[] rateCards)
Creates a list of
RateCard objects. |
RateCardPage |
getRateCardsByStatement(Statement filterStatement)
|
UpdateResult |
performRateCardAction(RateCardAction rateCardAction,
Statement filterStatement)
Performs action on
RateCard objects that satisfy the
given Statement.query. |
RateCard[] |
updateRateCards(RateCard[] rateCards)
Updates a list of
RateCard 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 RateCardServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic RateCard[] createRateCards(RateCard[] rateCards) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard objects. Rate cards must
be activated
before being associated with proposal line items and products.createRateCards in interface RateCardServiceInterfacerateCards - the rate cards to be createdRemoteExceptionApiExceptionpublic RateCardPage getRateCardsByStatement(Statement filterStatement) throws RemoteException, ApiException
RateCardServiceInterfaceRateCardPage of RateCard objects that
satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL property | Entity property |
|---|---|
ForMarketplace | RateCard.forMarketplace |
Id | RateCard.id |
LastModifiedDateTime | RateCard.lastModifiedDateTime |
Name | RateCard.name |
Status | RateCard.status |
getRateCardsByStatement in interface RateCardServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a list of rate cards.RemoteExceptionApiExceptionpublic UpdateResult performRateCardAction(RateCardAction rateCardAction, Statement filterStatement) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard objects that satisfy the
given Statement.query.performRateCardAction in interface RateCardServiceInterfacerateCardAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of rate cards.RemoteExceptionApiExceptionpublic RateCard[] updateRateCards(RateCard[] rateCards) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard objects.updateRateCards in interface RateCardServiceInterfacerateCards - the rate cards to be updatedRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.