| Interface | osid.offering.rules.OfferingConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The offering constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted offering constrainers.  | ||
| Method | newOfferingConstrainers | ||
| Description | 
                     The callback for notifications of new offering constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | offeringConstrainerIds | the  Ids  of the new  OfferingConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOfferingConstrainers | ||
| Description | 
                     The callback for notification of updated offering constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | offeringConstrainerIds | the  Ids  of the updated  OfferingConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOfferingConstrainers | ||
| Description | 
                     The callback for notification of deleted offering constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | offeringConstrainerIds | the  Ids  of the deleted  OfferingConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |