public interface OfferingConstrainerEnablerReceiver extends OsidReceiver
The offering constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted offering constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedOfferingConstrainerEnablers(Id notificationId,
IdList offeringConstrainerEnablerIds)
The callback for notification of updated offering constrainer
enablers.
|
void |
deletedOfferingConstrainerEnablers(Id notificationId,
IdList offeringConstrainerEnablerIds)
The callback for notification of deleted offering constrainer
enablers.
|
void |
newOfferingConstrainerEnablers(Id notificationId,
IdList offeringConstrainerEnablerIds)
The callback for notifications of new offering constrainer enablers.
|
down, upvoid newOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds)
notificationId - the notification Id offeringConstrainerEnablerIds - the Ids of the
new OfferingConstrainerEnablers mandatory - This method must be implemented. void changedOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds)
notificationId - the notification Id offeringConstrainerEnablerIds - the Ids of the
updated OfferingConstrainerEnablers mandatory - This method must be implemented. void deletedOfferingConstrainerEnablers(Id notificationId, IdList offeringConstrainerEnablerIds)
notificationId - the notification Id offeringConstrainerEnablerIds - the Ids of the
deleted OfferingConstrainerEnablers mandatory - This method must be implemented.