| Interface | osid.offering.rules.OfferingConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The offering constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted offering constrainer enablers. | ||
| Method | newOfferingConstrainerEnablers | ||
| Description |
The callback for notifications of new offering constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offeringConstrainerEnablerIds | the Ids of the new OfferingConstrainerEnablers
| |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOfferingConstrainerEnablers | ||
| Description |
The callback for notification of updated offering constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offeringConstrainerEnablerIds | the Ids of the updated OfferingConstrainerEnablers
| |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOfferingConstrainerEnablers | ||
| Description |
The callback for notification of deleted offering constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offeringConstrainerEnablerIds | the Ids of the deleted OfferingConstrainerEnablers
| |
| Compliance | mandatory | This method must be implemented. | |