| Interface | osid.course.CourseOfferingReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The course offering receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted course offering objects. | ||
| Method | newCourseOfferings | ||
| Description |
The callback for notifications of new course offerings. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseOfferingIds | the Ids of the new CourseOfferings | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCourseOfferings | ||
| Description |
The callback for notification of updated course offerings. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseOfferingIds | the Ids of the updated CourseOfferings | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCourseOfferings | ||
| Description |
The callback for notification of deleted course offerings. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseOfferingIds | the Ids of the deleted CourseOfferings | |
| Compliance | mandatory | This method must be implemented. | |