| Interface | osid.course.registration.CourseRegistrationNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.course.registration.CourseRegistrationManager | ||
osid.course.registration.CourseRegistrationProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to The two views defined in this session correspond to the
views in the | ||
| Method | getCourseCatalogId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForCourseRegistrationNotifications | ||
| Description |
Tests if this user can register for
| ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedCourseCatalogView | ||
| Description |
Federates the view for methods in this session. A federated view will include course registrations in course catalogs which are children of this course catalog in the course catalog hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCourseCatalogView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | reliableCourseRegistrationNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableCourseRegistrationNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeCourseRegistrationNotification | ||
| Description |
Acknowledge a course registration notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewCourseRegistrations | ||
| Description |
Register for notifications of new course registrations.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewCourseRegistrationsForRegistration | ||
| Description |
Register for notifications of new course registrations
for the given registration.
| ||
| Parameters | osid.id.Id | registrationId | the Id of the Registration to monitor |
| Errors | NULL_ARGUMENT | registrationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewCourseRegistrationsForCourseOffering | ||
| Description |
Register for notifications of new course registrations
for the given course offering.
| ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewCourseRegistrationsForStudent | ||
| Description |
Register for notifications of new course registrations
for the given student.
| ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseRegistrations | ||
| Description |
Register for notifications of updated course
registrations.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseRegistrationsForRegistration | ||
| Description |
Register for notifications of updated course
registrations for the given registration.
| ||
| Parameters | osid.id.Id | registrationId | the Id of the Registration to monitor |
| Errors | NULL_ARGUMENT | registrationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseRegistrationsForCourseOffering | ||
| Description |
Register for notifications of updated course
registrations for the given course offering.
| ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseRegistrationsForStudent | ||
| Description |
Register for notifications of updated course
registrations for the given student.
| ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseRegistration | ||
| Description |
Register for notifications of an updated course
registration.
| ||
| Parameters | osid.id.Id | courseRegistrationId | the Id of the CourseRegistration to monitor |
| Errors | NULL_ARGUMENT | courseRegistrationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseRegistrations | ||
| Description |
Registers for notification of deleted course
registrations.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseRegistrationsForRegistration | ||
| Description |
Registers for notification of deleted course
registrations for thegiven registration.
| ||
| Parameters | osid.id.Id | registrationId | the Id of the Registration to monitor |
| Errors | NULL_ARGUMENT | registrationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseRegistrationsForCourseOffering | ||
| Description |
Registers for notification of deleted course
registrations for the given course offering.
| ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseRegistrationsForStudent | ||
| Description |
Registers for notification of deleted course
registrations for the given student.
| ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseRegistration | ||
| Description |
Registers for notification of a deleted course
registration.
| ||
| Parameters | osid.id.Id | courseRegistrationId | the Id of the CourseRegistration to monitor |
| Errors | NULL_ARGUMENT | courseRegistrationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |