| Interface | osid.course.registration.RegistrationTarget | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Subjugateable | |||
| Used By | osid.course.registration.Registration | ||
osid.course.registration.RegistrationTargetAdminSession | |||
osid.course.registration.RegistrationTargetList | |||
osid.course.registration.RegistrationTargetLookupSession | |||
osid.course.registration.request.RegistrationRequestItem | |||
| 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 target. | ||
| Return | osid.course.CourseOffering | the course offering | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityIds | ||
| Description |
Gets the activity | ||
| Return | osid.id.IdList | Ids of the l earning objectives | |
| Compliance | mandatory | This method is must be implemented. | |
| Method | getActivities | ||
| Description |
Gets the activities in this registration target. | ||
| Return | osid.course.ActivityList | the activites | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | definesCredits | ||
| Description |
Tests if registration to this registration target. results in credits to be earned. | ||
| Return | boolean | true if this course has credits, false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCredits | ||
| Description |
Gets the number of credits available to register for in this course. Each array element is a distinct option. | ||
| Return | decimal[] | the number of credits | |
| Errors | ILLEGAL_STATE | definesCredits() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | isGraded | ||
| Description |
Tests if a registration to this registration target. will be for for grades. | ||
| Return | boolean | true if this registration is for grades, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionIds | ||
| Description |
Gets the various grading option | ||
| Return | osid.id.IdList | the returned list of grading option Ids | |
| Errors | ILLEGAL_STATE | isGraded() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptions | ||
| Description |
Gets the various grading options available to register in this course. | ||
| Return | osid.grading.GradeSystemList | the returned list of grading options | |
| Errors | ILLEGAL_STATE | isGraded() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetRecord | ||
| Description |
Gets the registration target record corresponding to
the given | ||
| Parameters | osid.type.Type | registrationTargetRecordType | the type of registration target record to retrieve |
| Return | osid.course.registration.records.RegistrationTargetRecord | the registration target record | |
| Errors | NULL_ARGUMENT | registrationTargetRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(registrationTargetRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |