| Interface | osid.inventory.WarehouseReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The warehouse receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Warehouse objects. | ||
| Method | newWarehouses | ||
| Description |
The callback for notifications of new warehouses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | warehouseIds | the Ids of the new Warehouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedWarehouses | ||
| Description |
The callback for notification of updated warehouses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | warehouseIds | the Ids of the updated Warehouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedWarehouses | ||
| Description |
The callback for notification of deleted warehouses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | warehouseIds | the Ids of the deleted Warehouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfWarehouses | ||
| Description |
The callback for notifications of changes to children of warehouse hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | warehouseIds | the Ids of the Warehouses whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |