| Interface | osid.course.registration.RegistrationTargetForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
osid.OsidSubjugateableForm | |||
| Implemented By | osid.course.registration.batch.RegistrationTargetBatchForm | ||
| Used By | osid.course.registration.RegistrationTargetAdminSession | ||
| Description |
This is the form for creating and updating
| ||
| Method | getActivitiesMetadata | ||
| Description |
Gets the metadata for activities. | ||
| Return | osid.Metadata | metadata for the activities | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setActivities | ||
| Description |
Sets the activities. | ||
| Parameters | osid.id.Id[] | activityIds | the new activities |
| Errors | INVALID_ARGUMENT | activityIds is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | acti ityIds is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearActivities | ||
| Description |
Removes the activities. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditsMetadata | ||
| Description |
Gets the metadata for credits. | ||
| Return | osid.Metadata | metadata for the credits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCredits | ||
| Description |
Sets the credits. | ||
| Parameters | decimal[] | credits | the new credits |
| Errors | INVALID_ARGUMENT | credits is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | credits is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCredits | ||
| Description |
Removes the credits. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionsMetadata | ||
| Description |
Gets the metadata for a set of grading options. | ||
| Return | osid.Metadata | metadata for the grading options | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setGradingOptions | ||
| Description |
Sets the grading options. | ||
| Parameters | osid.id.Id[] | gradeSystemIds | the new grade systems |
| Errors | INVALID_ARGUMENT | gradeSystemIds is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | gradeSystemIds is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGradingOptions | ||
| Description |
Removes the grading options. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | registrationTargetRecordType | a registration target record type |
| Return | osid.course.registration.records.RegistrationTargetFormRecord | the registration target form 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. | |