| Interface | osid.ordering.ProductReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The product receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newProducts | ||
| Description |
The callback for notifications of new products. | ||
| Parameters | osid.id.IdList | productIds | the Ids of the new Products |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProducts | ||
| Description |
The callback for notification of updated products. | ||
| Parameters | osid.id.IdList | productIds | the Ids of the updated Products |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProducts | ||
| Description |
the callback for notification of deleted products. | ||
| Parameters | osid.id.IdList | productIds | the Ids of the registered Products |
| Compliance | mandatory | This method must be implemented. | |