| Interface | osid.course.chronicle.AwardEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The award entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted award entries. | ||
| Method | newAwardEntries | ||
| Description | The callback for notifications of new award entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | awardEntryIds | the  Ids of the new AwardEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAwardEntries | ||
| Description | The callback for notification of updated award entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | awardEntryIds | the  Ids of the updated AwardEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAwardEntries | ||
| Description | the callback for notification of deleted award entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | awardEntryIds | the  Ids of the deleted AwardEntries  | |
| Compliance | mandatory | This method must be implemented. | |