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

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

MethodnewProgramOfferings
Description

The callback for notifications of new program offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramOfferingIds the Ids of the new ProgramOfferings
Compliancemandatory This method must be implemented.
MethodchangedProgramOfferings
Description

The callback for notification of updated program offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramOfferingIds the Ids of the updated ProgramOfferings
Compliancemandatory This method must be implemented.
MethoddeletedProgramOfferings
Description

The callback for notification of deleted program offerings.

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