public interface AdjustmentServiceInterface extends Remote
ForecastAdjustment calculateDailyAdOpportunityCounts(ForecastAdjustment forecastAdjustment) throws RemoteException, ApiException
RemoteExceptionApiExceptionForecastAdjustment[] createForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.RemoteExceptionApiExceptionTrafficForecastSegment[] createTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.RemoteExceptionApiExceptionForecastAdjustmentPage 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 |
RemoteExceptionApiExceptionTrafficForecastSegmentPage 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 |
RemoteExceptionApiExceptionUpdateResult performForecastAdjustmentAction(ForecastAdjustmentAction forecastAdjustmentAction, Statement filterStatement) throws RemoteException, ApiException
ForecastAdjustment objects that
match the given Statement.query.RemoteExceptionApiExceptionForecastAdjustment[] updateForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.RemoteExceptionApiExceptionTrafficForecastSegment[] updateTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.RemoteExceptionApiExceptionCopyright © 2023. All rights reserved.