Interface | osid.course.chronicle.CourseEntryReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The course entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted course entries. | ||
Method | newCourseEntries | ||
Description |
The callback for notifications of new course entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseEntryIds | the Ids of the new CourseEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | changedCourseEntries | ||
Description |
The callback for notification of updated course entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseEntryIds | the Ids of the updated CourseEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCourseEntries | ||
Description |
the callback for notification of deleted course entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | courseEntryIds | the Ids of the deleted CourseEntries | |
Compliance | mandatory | This method must be implemented. |