| Method | getAcademyRecord |
| Description |
Gets the academy record corresponding to the given
Academy record Type.This method
is used to retrieve an object implementing the requested
record. The academyRecordType may be the
Type returned in
getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(academyRecordType) is
true.
|
| Parameters | osid.type.Type | academyRecordType | the type of academy record to retrieve |
| Return | osid.recognition.records.AcademyRecord | the academy record |
| Errors | NULL_ARGUMENT | academyRecordType is null |
| OPERATION_FAILED | unable to complete request |
| UNSUPPORTED | hasRecordType(academyRecordType) is false |
| Compliance | mandatory | This method must be implemented. |