OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.BankSearch
Implementsosid.OsidSearch
Used Byosid.assessment.BankSearchSession
Description

The interface for governing bank searches.

MethodsearchAmongBanks
Description

Execute this search among the given list of banks.

Parametersosid.id.IdListbankIds list of banks
ErrorsNULL_ARGUMENT bankIds is null
Compliancemandatory This method must be implemented.
MethodorderBankResults
Description

Specify an ordering to the search results.

Parametersosid.assessment.BankSearchOrderbankSearchOrder bank search order
ErrorsNULL_ARGUMENT bankSearchOrder is null
UNSUPPORTED bankSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetBankSearchRecord
Description

Gets the bank search record corresponding to the given bank search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypebankSearchRecordType a bank search record type
Returnosid.assessment.records.BankSearchRecord the bank search record
ErrorsNULL_ARGUMENT bankSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bankSearchRecordType) is false
Compliancemandatory This method must be implemented.