| Interface | osid.course.registration.request.RegistrationRequestItemReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The registration request item receiver is the consumer
supplied interface for receiving notifications pertaining to
new, updated or deleted | ||
| Method | newRegistrationRequestItems | ||
| Description |
The callback for notifications of new registration request items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestItemIds | the Id of the new RegistrationRequestItems | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRegistrationRequestItems | ||
| Description |
The callback for notification of updated registration request items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestItemIds | the Id of the updated RegistrationRequestItems | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRegistrationRequestItems | ||
| Description |
The callback for notification of deleted registration request items. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestItemIds | the Id of the deleted RegistrationRequestItems | |
| Compliance | mandatory | This method must be implemented. | |