| Interface | osid.inventory.shipment.ShipmentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The shipment receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newShipments | ||
| Description |
The callback for notifications of new shipments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | shipmentIds | the Id of the new Shipments | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedShipments | ||
| Description |
The callback for notification of updated shipments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | shipmentIds | the Id of the updated Shipments | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedShipments | ||
| Description |
the callback for notification of deleted shipments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | shipmentIds | the Id of the deleted Shipments | |
| Compliance | mandatory | This method must be implemented. | |