| Interface | osid.offering.ResultForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
osid.OsidTemporalForm | |||
osid.OsidSubjugateableForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getGradeMetadata | ||
| Description |
Gets the metadata for a 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 grade Id |
| 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 | getValueMetadata | ||
| Description |
Gets the metadata for a value/ | ||
| Return | osid.Metadata | metadata for the value | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setValue | ||
| Description |
Sets the value. | ||
| Parameters | decimal | value | the value |
| Errors | INVALID_ARGUMENT | value is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearValue | ||
| Description |
Clears the value. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResultFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | resultRecordType | the result record type |
| Return | osid.offering.records.ResultFormRecord | the record | |
| Errors | NULL_ARGUMENT | resultRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(resultRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |