Interface | osid.course.chronicle.ProgramEntryForm | ||
---|---|---|---|
Implements | osid.OsidRelationshipForm | ||
Description |
This is the form for creating and updating | ||
Method | getAdmissionDateMetadata | ||
Description |
Gets the metadata for the admission date. | ||
Return | osid.Metadata | metadata for the admission date | |
Compliance | mandatory | This method must be implemented. | |
Method | setAdmissionDate | ||
Description |
Sets the admission date. | ||
Parameters | osid.calendaring.DateTime | date | the new date |
Errors | INVALID_ARGUMENT | date is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | date is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearAdmissionDate | ||
Description |
Clears the admission date. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompleteMetadata | ||
Description |
Gets the metadta for the completionm 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 | 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 | 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 | getGPAScaleMetadata | ||
Description |
Gets the metadata for the gpa scale. | ||
Return | osid.Metadata | metadata for the gpa scale | |
Compliance | mandatory | This method must be implemented. | |
Method | setGPAScale | ||
Description |
Sets the gpa 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 | clearGPAScale | ||
Description |
Clears the gpa scale. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getGPAMetadata | ||
Description |
Gets the metadata for the gpa. | ||
Return | osid.Metadata | metadata for the gpa | |
Compliance | mandatory | This method must be implemented. | |
Method | setGPA | ||
Description |
Sets the gpa. | ||
Parameters | decimal | gpa | the new gpa |
Errors | INVALID_ARGUMENT | gpa is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearGPA | ||
Description |
Clears the gpa. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getProgramEntryFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | programEntryRecordType | a program entry record type |
Return | osid.course.chronicle.records.ProgramEntryFormRecord | the program entry form record | |
Errors | NULL_ARGUMENT | programEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(programEntryRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |