| Interface | osid.course.chronicle.CourseEntryForm | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipForm | ||
| Description | This is the form for creating and updating  | ||
| Method | getTermMetadata | ||
| Description | Gets the metadata for the term. | ||
| Return | osid.Metadata | metadata for the term | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setTerm | ||
| Description | Sets the term. | ||
| Parameters | osid.id.Id | termId | the new term | 
| Errors | INVALID_ARGUMENT |  termId is invalid | |
| NO_ACCESS |  Metadata.isReadOnly() is true  | ||
| NULL_ARGUMENT |  termId is null  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearTerm | ||
| Description | Clears the term. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompleteMetadata | ||
| Description | Gets the metadata for the completion flag. | ||
| Return | osid.Metadata | metadata for the complete flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setComplete | ||
| Description | Sets the program is complete flag. | ||
| Parameters | boolean | complete | the new complete flag | 
| Errors | INVALID_ARGUMENT |  complete is invalid | |
| NO_ACCESS |  Metadata.isReadOnly() is true  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearComplete | ||
| Description | Clears the complete flag. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditScaleMetadata | ||
| Description | Gets the metadata for the credit scale. | ||
| Return | osid.Metadata | metadata for the credit scale | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCreditScale | ||
| Description | Sets the credit scale. | ||
| Parameters | osid.id.Id | gradeSystemId | the new grade system | 
| 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 | clearCreditScale | ||
| Description | Clears the credit scale. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditsEarnedMetadata | ||
| Description | Gets the metadata for the credits earned. | ||
| Return | osid.Metadata | metadata for the credits earned | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCreditsEarned | ||
| Description | Sets the credits earned. | ||
| Parameters | decimal | credits | the new credits | 
| Errors | INVALID_ARGUMENT |  credits is invalid | |
| NO_ACCESS |  Metadata.isReadOnly() is true  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreditsEarned | ||
| Description | Clears the credits earned. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradeMetadata | ||
| Description | Gets the metadata for the grade. | ||
| Return | osid.Metadata | metadata for the grade | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setGrade | ||
| Description | Sets the grade. | ||
| Parameters | osid.id.Id | gradeId | the new grade | 
| Errors | INVALID_ARGUMENT |  gradeId is invalid | |
| NO_ACCESS |  Metadata.isReadOnly() is true  | ||
| NULL_ARGUMENT |  gradeId is null  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGrade | ||
| Description | Clears the grade. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getScoreScaleMetadata | ||
| Description | Gets the metadata for the score scale. | ||
| Return | osid.Metadata | metadata for the score scale | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setScoreScale | ||
| Description | Sets the score scale. | ||
| Parameters | osid.id.Id | gradeSystemId | the new grade system | 
| 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 | clearScoreScale | ||
| Description | Clears the score scale. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getScoreMetadata | ||
| Description | Gets the metadata for the score. | ||
| Return | osid.Metadata | metadata for the score | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setScore | ||
| Description | Sets the score. | ||
| Parameters | decimal | score | the new score | 
| Errors | INVALID_ARGUMENT |  score is invalid | |
| NO_ACCESS |  Metadata.isReadOnly() is true  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearScore | ||
| Description | Clears the score. | ||
| Errors | NO_ACCESS |  Metadata.isRequired() or Metadata.isReadOnly() 
is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseEntryFormRecord | ||
| Description | Gets the  | ||
| Parameters | osid.type.Type | courseEntryRecordType | a course entry record type | 
| Return | osid.course.chronicle.records.CourseEntryFormRecord | the course entry form record | |
| Errors | NULL_ARGUMENT |  courseEntryRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(courseEntryRecordType) is false  | ||
| Compliance | mandatory | This method must be implemented. | |