public class AdjustmentServiceSoapBindingStub extends org.apache.axis.client.Stub implements AdjustmentServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
AdjustmentServiceSoapBindingStub() |
AdjustmentServiceSoapBindingStub(javax.xml.rpc.Service service) |
AdjustmentServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
TrafficForecastAdjustmentPage |
getTrafficAdjustmentsByStatement(Statement filterStatement)
Returns a
TrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query. |
TrafficForecastAdjustment[] |
updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments)
Saves all of the provided traffic adjustments.
|
_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 AdjustmentServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdjustmentServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdjustmentServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic TrafficForecastAdjustmentPage getTrafficAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
AdjustmentServiceInterfaceTrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
TrafficForecastAdjustment.id |
lastModifiedDateTime |
TrafficForecastAdjustment.lastModifiedDateTime |
getTrafficAdjustmentsByStatement in interface AdjustmentServiceInterfaceRemoteExceptionApiExceptionpublic TrafficForecastAdjustment[] updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments) throws RemoteException, ApiException
AdjustmentServiceInterfaceIf there is already a TrafficForecastAdjustment
saved for the same TrafficTimeSeriesFilterCriteria, the pre-existing TrafficForecastAdjustment will be
completely replaced with the submitted TrafficForecastAdjustment.
This method is no longer supported. To programmatically create adjustments, you must update to the V202005 API.
updateTrafficAdjustments in interface AdjustmentServiceInterfaceRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.