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) |
_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 ForecastAdjustment calculateDailyAdOpportunityCounts(ForecastAdjustment forecastAdjustment) throws RemoteException, ApiException
AdjustmentServiceInterfacecalculateDailyAdOpportunityCounts in interface AdjustmentServiceInterfaceforecastAdjustment - the prospective forecast adjustmentcalculatedDailyAdOpportunityCounts field populatedRemoteExceptionApiExceptionpublic ForecastAdjustment[] createForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
AdjustmentServiceInterfaceForecastAdjustment objects.createForecastAdjustments in interface AdjustmentServiceInterfaceforecastAdjustments - the forecast adjustments to createApiException - if there is an error creating the forecast adjustmentsRemoteExceptionpublic TrafficForecastSegment[] createTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
AdjustmentServiceInterfaceTrafficForecastSegment objects.createTrafficForecastSegments in interface AdjustmentServiceInterfacetrafficForecastSegments - the traffic forecast segments to createApiException - if there is an error creating the traffic forecast
segmentsRemoteExceptionpublic ForecastAdjustmentPage getForecastAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
AdjustmentServiceInterfaceForecastAdjustmentPage of ForecastAdjustment
objects that satisfy the
given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ForecastAdjustment.id |
trafficForecastSegmentId |
ForecastAdjustment.trafficForecastSegmentId |
name |
ForecastAdjustment.name |
startDate |
ForecastAdjustment#startDate |
endDate |
ForecastAdjustment#endDate |
status |
ForecastAdjustment.status |
getForecastAdjustmentsByStatement in interface AdjustmentServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionpublic TrafficForecastSegmentPage getTrafficForecastSegmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
AdjustmentServiceInterfaceTrafficForecastSegmentPage of TrafficForecastSegment
objects that
satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
TrafficForecastSegment.id |
name |
TrafficForecastSegment.name |
creationTime |
TrafficForecastSegment#creationTime |
getTrafficForecastSegmentsByStatement in interface AdjustmentServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionpublic UpdateResult performForecastAdjustmentAction(ForecastAdjustmentAction forecastAdjustmentAction, Statement filterStatement) throws RemoteException, ApiException
AdjustmentServiceInterfaceForecastAdjustment objects that
match the given Statement.query.performForecastAdjustmentAction in interface AdjustmentServiceInterfaceforecastAdjustmentAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of forecast
adjustmentsRemoteExceptionApiExceptionpublic ForecastAdjustment[] updateForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
AdjustmentServiceInterfaceForecastAdjustment objects.updateForecastAdjustments in interface AdjustmentServiceInterfaceforecastAdjustments - the forecast adjustments to updateApiException - if there is an error updating the forecast adjustmentsRemoteExceptionpublic TrafficForecastSegment[] updateTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
AdjustmentServiceInterfaceTrafficForecastSegment objects.updateTrafficForecastSegments in interface AdjustmentServiceInterfacetrafficForecastSegments - the traffic forecast segments to updateApiException - if there is an error updating the traffic forecast
segmentsRemoteExceptionCopyright © 2022. All rights reserved.