| Interface | osid.course.chronicle.ProgramEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The program entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted program entries. | ||
| Method | newProgramEntries | ||
| Description |
The callback for notifications of new program entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | programEntryIds | the Ids of the new ProgramEntries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProgramEntries | ||
| Description |
The callback for notification of updated program entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | programEntryIds | the Ids of the updated ProgramEntries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProgramEntries | ||
| Description |
the callback for notification of deleted program entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | programEntryIds | the Ids of the deleted ProgramEntries | |
| Compliance | mandatory | This method must be implemented. | |