| Interface | osid.ordering.OrderItemReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The order item receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted Like all | ||
| Method | newOrderItems | ||
| Description |
The callback for notifications of new order items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | orderItemIds | the Ids of the new OrderItems | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOrderItems | ||
| Description |
The callback for notification of updated order items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | orderItemIds | the Ids of the updated OrderItems | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOrderItems | ||
| Description |
the callback for notification of deleted order items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | orderItemIds | the Ids of the registered OrderItems | |
| Compliance | mandatory | This method must be implemented. | |