| Interface | osid.inventory.StockReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The stock receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted stock objects. | ||
| Method | newStocks | ||
| Description |
The callback for notifications of new stocks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stockIds | the Ids of the new Stocks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStocks | ||
| Description |
The callback for notification of updated stocks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stockIds | the Ids of the updated Stocks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStocks | ||
| Description |
The callback for notification of deleted stocks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stockIds | the Ids of the deleted Stocks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfStocks | ||
| Description |
The callback for notifications of changes to children of stock hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stockIds | the Ids of the Stocks whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |