Method |
Description |
|
__construct ( string $wsdl, array $options, $user ) |
Constructor using wsdl location and options array |
|
getAvailabilityForecast ( $lineItem, $forecastOptions ) |
Gets the availability forecast for a {@link ProspectiveLineItem}. An availability forecast
reports the maximum number of available units that the line item can book, and the total
number of units matching the line item's targeting. |
|
getAvailabilityForecastById ( $lineItemId, $forecastOptions ) |
Gets an {@link AvailabilityForecast} for an existing {@link LineItem} object. |
|
getDeliveryForecast ( $lineItems, $forecastOptions ) |
Gets the delivery forecast for a list of {@link ProspectiveLineItem} objects in a single
delivery simulation with line items potentially contending with each other. A delivery
forecast reports the number of units that will be delivered to each line item given the line
item goals and contentions from other line items. |
|
getDeliveryForecastByIds ( $lineItemIds, $forecastOptions ) |
Gets the delivery forecast for a list of existing {@link LineItem} objects in a single
delivery simulation with line items potentially contending with each other. A delivery
forecast reports the number of units that will be delivered to each line item given the line
item goals and contentions from other line items. |
|