Interface | osid.course.CourseCatalogReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The course catalog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted CourseCatalog objects. | ||
Method | newCourseCatalog | ||
Description |
The callback for notifications of new course catalogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseCatalogIds | the Ids of the new CourseCatalogs | |
Compliance | mandatory | This method must be implemented. | |
Method | changedCourseCatalogs | ||
Description |
The callback for notification of updated course catalogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseCatalogIds | the Ids of the updated CourseCatalogs | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCourseCatalogs | ||
Description |
The callback for notification of deleted course catalogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseCatalogIds | the Ids of the deleted CourseCatalogs | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfCourseCatalogs | ||
Description |
The callback for notifications of changes to children of course catalog hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseCatalogIds | the Ids of the CourseCatalogs whose children
have changed | |
Compliance | mandatory | This method must be implemented. |