OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogReceiver
Implementsosid.OsidReceiver
Description

The course catalog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted CourseCatalog objects.

MethodnewCourseCatalogs
Description

The callback for notifications of new course catalogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseCatalogIds the Ids of the new CourseCatalogs
Compliancemandatory This method must be implemented.
MethodchangedCourseCatalogs
Description

The callback for notification of updated course catalogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseCatalogIds the Ids of the updated CourseCatalogs
Compliancemandatory This method must be implemented.
MethoddeletedCourseCatalogs
Description

The callback for notification of deleted course catalogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseCatalogIds the Ids of the deleted CourseCatalogs
Compliancemandatory This method must be implemented.
MethodchangedChildOfCourseCatalogs
Description

The callback for notifications of changes to children of course catalog hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseCatalogIds the Ids of the CourseCatalogs whose children have changed
Compliancemandatory This method must be implemented.