OSID Logo
OSID Specifications
course chronicle package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.chronicle.AwardEntryReceiver
Implementsosid.OsidReceiver
Description

The award entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted award entries.

MethodnewAwardEntries
Description

The callback for notifications of new award entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListawardEntryIdsthe Ids of the new AwardEntries
CompliancemandatoryThis method must be implemented.
MethodchangedAwardEntries
Description

The callback for notification of updated award entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListawardEntryIdsthe Ids of the updated AwardEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedAwardEntries
Description

the callback for notification of deleted award entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListawardEntryIdsthe Ids of the deleted AwardEntries
CompliancemandatoryThis method must be implemented.