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 |
createRateCard(RateCard rateCard)
Creates a new
RateCard. |
RateCard[] |
createRateCards(RateCard[] rateCards)
Creates a list of
RateCard objects. |
RateCard |
getRateCard(Long rateCardId)
Returns the
RateCard uniquely identified by the given
ID. |
RateCardPage |
getRateCardsByStatement(Statement filterStatement)
|
UpdateResult |
performRateCardAction(RateCardAction rateCardAction,
Statement filterStatement)
Performs action on
RateCard objects that satisfy the
given Statement.query. |
RateCard |
updateRateCard(RateCard rateCard)
Updates the specified
RateCard. |
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 createRateCard(RateCard rateCard) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard. Rate cards must be activated
before being
associated with proposal line items and products.createRateCard in interface RateCardServiceInterfacerateCard - the rate card to be createdRemoteExceptionApiExceptionpublic 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 RateCard getRateCard(Long rateCardId) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard uniquely identified by the given
ID.getRateCard in interface RateCardServiceInterfacerateCardId - the ID of the rate card, which must already existRemoteExceptionApiExceptionpublic 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 | Object Property |
|---|---|
id |
RateCard.id |
name |
RateCard.name |
status |
RateCard.status |
lastModifiedDateTime |
RateCard#lastModifiedDateTime |
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 updateRateCard(RateCard rateCard) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard.updateRateCard in interface RateCardServiceInterfacerateCard - the rate card to be updatedRemoteExceptionApiExceptionpublic RateCard[] updateRateCards(RateCard[] rateCards) throws RemoteException, ApiException
RateCardServiceInterfaceRateCard objects.updateRateCards in interface RateCardServiceInterfacerateCards - the rate cards to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.