| Interface | osid.ordering.PriceScheduleReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The price receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPriceSchedules | ||
| Description |
The callback for notifications of new price schedules. | ||
| Parameters | osid.id.IdList | priceScheduleIds | the Ids of the new PriceSchedules |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPriceSchedules | ||
| Description |
The callback for notification of updated price schedules or changed prices. | ||
| Parameters | osid.id.IdList | priceScheduleIds | the Ids of the updated PriceSchedules |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPriceSchedules | ||
| Description |
the callback for notification of deleted price schedule. | ||
| Parameters | osid.id.IdList | priceScheduleIds | the Ids of the registered PriceSchedules |
| Compliance | mandatory | This method must be implemented. | |