| Interface | osid.course.registration.RegistrationForm | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipForm | ||
| Description | 
                 This is the form for creating and updating   | ||
| Method | getCreditsMetadata | ||
| Description | 
                     Gets the metadata for registration credits.  | ||
| Return | osid.Metadata | metadata for the registration credits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCredits | ||
| Description | 
                     Sets the registration credits.  | ||
| Parameters | decimal[] | credits | the new registration 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 registration credits.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  is  true  or  
Metadata.isReadOnly()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionMetadata | ||
| Description | 
                     Gets the metadata for the grading option.  | ||
| Return | osid.Metadata | metadata for the grading option | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setGradingOptions | ||
| Description | 
                     Sets the grading option.  | ||
| Parameters | osid.id.Id | gradeSystemId | the new grading option | 
| Errors | INVALID_ARGUMENT |  gradeSystemId  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  gradeSystemId  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGradingOption | ||
| Description | 
                     Removes the grading option.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  is  true  or  
Metadata.isReadOnly()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationFormRecord | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.type.Type | registrationRecordType | a registration record type | 
| Return | osid.course.registration.records.RegistrationFormRecord | the registration form record | |
| Errors | NULL_ARGUMENT |  registrationRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(registrationRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |