| Interface | osid.course.registration.CourseRegistrationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The course registration receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newCourseRegistrations | ||
| Description |
The callback for notifications of new course registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseRegistrationIds | the Id of the new CourseRegistrations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCourseRegistrations | ||
| Description |
The callback for notification of updated course registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseRegistrationIds | the Id of the updated CourseRegistrations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCourseRegistrations | ||
| Description |
The callback for notification of deleted course registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseRegistrationIds | the Id of the deleted CourseRegistrations | |
| Compliance | mandatory | This method must be implemented. | |