| Interface | osid.course.registration.CourseRegistration | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
osid.Subjugateable | |||
| Used By | osid.course.registration.ActivityRegistration | ||
osid.course.registration.CourseRegistrationAdminSession | |||
osid.course.registration.CourseRegistrationList | |||
osid.course.registration.CourseRegistrationLookupSession | |||
osid.course.registration.Registration | |||
| Description |
A | ||
| Method | getCourseOfferingId | ||
| Description |
Gets the course offering | ||
| Return | osid.id.Id | the course offering Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOffering | ||
| Description |
Gets the course offering associated with this registration. | ||
| Return | osid.course.CourseOffering | the course offering | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Student Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudent | ||
| Description |
Gets the student | ||
| Return | osid.resource.Resource | the student | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationRecord | ||
| Description |
Gets the course registration record corresponding to
the given | ||
| Parameters | osid.type.Type | courseRegistrationRecordType | the type of course registration record to retrieve |
| Return | osid.course.registration.records.CourseRegistrationRecord | the course registration record | |
| Errors | NULL_ARGUMENT | courseRegistrationRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseRegistrationRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |