| Interface | osid.ordering.StoreReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The store receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newStores | ||
| Description |
The callback for notifications of new stores. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | storeIds | the Ids of the new Stores | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStores | ||
| Description |
The callback for notification of updated stores. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | storeIds | the Ids of the updated Stores | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStores | ||
| Description |
the callback for notification of deleted stores. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | storeIds | the Ids of the registered Stores | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfStores | ||
| Description |
The callback for notifications of changes to children of store hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | storeIds | the Ids of the Stores whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |