public class RateCardCustomizationGroupServiceSoapBindingStub extends org.apache.axis.client.Stub implements RateCardCustomizationGroupServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
RateCardCustomizationGroupServiceSoapBindingStub() |
RateCardCustomizationGroupServiceSoapBindingStub(javax.xml.rpc.Service service) |
RateCardCustomizationGroupServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
RateCardCustomizationGroup[] |
createRateCardCustomizationGroups(RateCardCustomizationGroup[] rateCardCustomizationGroups)
Creates a list of new
RateCardCustomizationGroup objects. |
RateCardCustomizationGroupPage |
getRateCardCustomizationGroupsByStatement(Statement filterStatement)
Gets a
RateCardCustomizationGroupPage of
RateCardCustomizationGroup objects that satisfy the
given
Statement.query. |
RateCardCustomizationGroup[] |
updateRateCardCustomizationGroups(RateCardCustomizationGroup[] rateCardCustomizationGroups)
Updates the specified
RateCardCustomizationGroup 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 RateCardCustomizationGroupServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardCustomizationGroupServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic RateCardCustomizationGroupServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic RateCardCustomizationGroup[] createRateCardCustomizationGroups(RateCardCustomizationGroup[] rateCardCustomizationGroups) throws RemoteException, ApiException
RateCardCustomizationGroupServiceInterfaceRateCardCustomizationGroup objects.createRateCardCustomizationGroups in interface RateCardCustomizationGroupServiceInterfacerateCardCustomizationGroups - the rate card customization groups
to be createdRemoteExceptionApiExceptionpublic RateCardCustomizationGroupPage getRateCardCustomizationGroupsByStatement(Statement filterStatement) throws RemoteException, ApiException
RateCardCustomizationGroupServiceInterfaceRateCardCustomizationGroupPage of
RateCardCustomizationGroup objects that satisfy the
given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
RateCardCustomizationGroup.id |
rateCardId |
RateCardCustomizationGroup.rateCardId |
pricingMethod |
RateCardCustomizationGroup.pricingMethod |
getRateCardCustomizationGroupsByStatement in interface RateCardCustomizationGroupServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a
list of rate card customization groups.RemoteExceptionApiExceptionpublic RateCardCustomizationGroup[] updateRateCardCustomizationGroups(RateCardCustomizationGroup[] rateCardCustomizationGroups) throws RemoteException, ApiException
RateCardCustomizationGroupServiceInterfaceRateCardCustomizationGroup objects.updateRateCardCustomizationGroups in interface RateCardCustomizationGroupServiceInterfacerateCardCustomizationGroups - the rate card customization groups
to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.