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