| Interface | osid.assessment.BankSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The interface for governing bank searches.  | ||
| Method | searchAmongBanks | ||
| Description | 
                     Execute this search among the given list of banks.  | ||
| Parameters | osid.id.IdList | bankIds | list of banks | 
| Errors | NULL_ARGUMENT |  bankIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBankResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.assessment.BankSearchOrder | bankSearchOrder | bank search order | 
| Errors | NULL_ARGUMENT |  bankSearchOrder  is  null   |                 |
| UNSUPPORTED |  bankSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBankSearchRecord | ||
| Description | 
                     Gets the bank search record corresponding to the given 
                    bank search record   | ||
| Parameters | osid.type.Type | bankSearchRecordType | a bank search record type | 
| Return | osid.assessment.records.BankSearchRecord | the bank search record | |
| Errors | NULL_ARGUMENT |  bankSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(bankSearchRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |