| Interface | osid.course.registration.request.RegistrationRequestReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The registration request receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newRegistrationRequests | ||
| Description |
The callback for notifications of new registration requests. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestIds | the Id of the new RegistrationRequests | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRegistrationRequests | ||
| Description |
The callback for notification of updated registration requests. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestIds | the Id of the updated RegistrationRequests | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRegistrationRequests | ||
| Description |
The callback for notification of deleted registration requests. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationRequestIds | the Id of the deleted RegistrationRequests | |
| Compliance | mandatory | This method must be implemented. | |