Interface OfferingConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The offering constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted offering constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds) The callback for notification of updated offering constrainer enablers.voiddeletedOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds) The callback for notification of deleted offering constrainer enablers.voidnewOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds) The callback for notifications of new offering constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newOfferingConstrainerEnablers
The callback for notifications of new offering constrainer enablers.- Parameters:
notificationId- the notificationIdofferingConstrainerEnablerIds- theIdsof the newOfferingConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedOfferingConstrainerEnablers
The callback for notification of updated offering constrainer enablers.- Parameters:
notificationId- the notificationIdofferingConstrainerEnablerIds- theIdsof the updatedOfferingConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedOfferingConstrainerEnablers
The callback for notification of deleted offering constrainer enablers.- Parameters:
notificationId- the notificationIdofferingConstrainerEnablerIds- theIdsof the deletedOfferingConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-