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

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

MethodnewCourseOfferings
Description

The callback for notifications of new course offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseOfferingIds the Ids of the new CourseOfferings
Compliancemandatory This method must be implemented.
MethodchangedCourseOfferings
Description

The callback for notification of updated course offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseOfferingIds the Ids of the updated CourseOfferings
Compliancemandatory This method must be implemented.
MethoddeletedCourseOfferings
Description

The callback for notification of deleted course offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseOfferingIds the Ids of the deleted CourseOfferings
Compliancemandatory This method must be implemented.