| Interface | osid.course.registration.ActivityRegistrationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The activity registration receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newActivityRegistrations | ||
| Description |
The callback for notifications of new activity registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityRegistrationIds | the Ids of the new ActivityRegistrations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedActivityRegistrations | ||
| Description |
The callback for notification of updated activity registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityRegistrationIds | the Ids of the updated ActivityRegistrations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedActivityRegistrations | ||
| Description |
the callback for notification of deleted activity registrations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityRegistrationIds | the Ids of the deleted ActivityRegistrations | |
| Compliance | mandatory | This method must be implemented. | |