| Interface | osid.assessment.BankSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description | 
                 An interface for specifying the ordering of search results.  | ||
| Method | getBankSearchOrderRecord | ||
| Description | 
                     Gets the bank search order record corresponding to the 
                    given bank record   | ||
| Parameters | osid.type.Type | bankRecordType | a bank record type | 
| Return | osid.assessment.records.BankSearchOrderRecord | the bank search order record | |
| Errors | NULL_ARGUMENT |  bankRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(bankRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |