OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeEntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewGradeEntries
Description

The callback for notifications of new grade entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeEntryIds the Ids of the new GradeEntries
Compliancemandatory This method must be implemented.
MethodchangedGradeEntries
Description

The callback for notification of updated grade entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeEntryIds the Ids of the updated GradeEntries
Compliancemandatory This method must be implemented.
MethoddeletedGradeEntries
Description

The callback for notification of deleted grade entries.

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