Interface CourseCatalogReceiver
- All Superinterfaces:
OsidReceiver
The course catalog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted CourseCatalog objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfCourseCatalogs(Id notificationId, IdList courseCatalogIds) The callback for notifications of changes to children of course catalog hierarchy nodes.voidchangedCourseCatalogs(Id notificationId, IdList courseCatalogIds) The callback for notification of updated course catalogs.voiddeletedCourseCatalogs(Id notificationId, IdList courseCatalogIds) The callback for notification of deleted course catalogs.voidnewCourseCatalogs(Id notificationId, IdList courseCatalogIds) The callback for notifications of new course catalogs.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCourseCatalogs
-
changedCourseCatalogs
-
deletedCourseCatalogs
-
changedChildOfCourseCatalogs
The callback for notifications of changes to children of course catalog hierarchy nodes.- Parameters:
notificationId- the notificationIdcourseCatalogIds- theIdsof theCourseCatalogswhose children have changed- Compliance:
mandatory- This method must be implemented.
-