| Interface | osid.ordering.rules.PriceEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The price enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted price enablers.  | ||
| Method | newPriceEnablers | ||
| Description | 
                     The callback for notifications of new price enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | priceEnablerIds | the  Ids  of the new  PriceEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPriceEnablers | ||
| Description | 
                     The callback for notification of updated price enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | priceEnablerIds | the  Ids  of the updated  PriceEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPriceEnablers | ||
| Description | 
                     The callback for notification of deleted price enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | priceEnablerIds | the  Ids  of the deleted  PriceEnablers   | |
| Compliance | mandatory | This method must be implemented. | |