Interface | osid.ordering.OrderReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The order receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted orders. | ||
Method | newOrders | ||
Description |
The callback for notifications of new orders. | ||
Parameters | osid.id.IdList | orderIds | the Ids of the new orders |
Compliance | mandatory | This method must be implemented. | |
Method | changedOrders | ||
Description |
The callback for notifications of updated orders including new or deleted items. | ||
Parameters | osid.id.IdList | orderIds | the Ids of the updated orders |
Compliance | mandatory | This method must be implemented. | |
Method | deletedOrders | ||
Description |
the callback for notification of deleted orders. | ||
Parameters | osid.id.IdList | orderIds | the Ids of the deleted orders |
Compliance | mandatory | This method must be implemented. |