| Interface | osid.course.chronicle.AwardEntry | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description |
An | ||
| Method | getStudentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the student Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudent | ||
| Description |
Gets the | ||
| Return | osid.resource.Resource | the student | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the award Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAward | ||
| Description |
Gets the | ||
| Return | osid.recognition.Award | the award | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDateAwarded | ||
| Description |
Gets the award date. | ||
| Return | osid.calendaring.DateTime | the date awarded | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasProgram | ||
| Description |
Tests if this award applies to a specific program. If
| ||
| Return | boolean | true if a program is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the program Id | |
| Errors | ILLEGAL_STATE | hasProgram() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgram | ||
| Description |
Gets the | ||
| Return | osid.course.program.Program | the program | |
| Errors | ILLEGAL_STATE | hasProgram() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | hasCourse | ||
| Description |
Tests if this award applies to a specific course. If
| ||
| Return | boolean | true if a course is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the course Id | |
| Errors | ILLEGAL_STATE | hasCourse() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourse | ||
| Description |
Gets the | ||
| Return | osid.course.Course | the course | |
| Errors | ILLEGAL_STATE | hasCourse() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | hasAssessment | ||
| Description |
Tests if this award applies to a specific assessment.
If | ||
| Return | boolean | true if an assessment is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the assessment Id | |
| Errors | ILLEGAL_STATE | hasAssessment() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessment | ||
| Description |
Gets the | ||
| Return | osid.assessment.Assessment | the assessment | |
| Errors | ILLEGAL_STATE | hasAssessment() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardEntryRecord | ||
| Description |
Gets the award entry record corresponding to the given
| ||
| Parameters | osid.type.Type | awardEntryRecordType | the type of award entry record to retrieve |
| Return | osid.course.chronicle.records.AwardEntryRecord | the award entry record | |
| Errors | NULL_ARGUMENT | awardEntryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(awardEntryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |