public interface AdjustmentServiceInterface extends Remote
ForecastAdjustment[] createForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.forecastAdjustments - the forecast adjustments to createApiException - if there is an error creating the forecast adjustmentsRemoteExceptionTrafficForecastSegment[] createTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.trafficForecastSegments - the traffic forecast segments to createApiException - if there is an error creating the traffic forecast
segmentsRemoteExceptionForecastAdjustmentPage getForecastAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
ForecastAdjustmentPage 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 |
filterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionTrafficForecastSegmentPage getTrafficForecastSegmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
TrafficForecastSegmentPage 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 |
filterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionUpdateResult performForecastAdjustmentAction(ForecastAdjustmentAction forecastAdjustmentAction, Statement filterStatement) throws RemoteException, ApiException
ForecastAdjustment objects that
match the given Statement.query.forecastAdjustmentAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of forecast
adjustmentsRemoteExceptionApiExceptionForecastAdjustment[] updateForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.forecastAdjustments - the forecast adjustments to updateApiException - if there is an error updating the forecast adjustmentsRemoteExceptionTrafficForecastSegment[] updateTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.trafficForecastSegments - the traffic forecast segments to updateApiException - if there is an error updating the traffic forecast
segmentsRemoteExceptionCopyright © 2021. All rights reserved.