OSID Logo
OSID Specifications
assessment package
Version 3.0.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.IdListbankIdslist of banks
ErrorsNULL_ARGUMENTbankIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBankResults
Description

Specify an ordering to the search results.

Parametersosid.assessment.BankSearchOrderbankSearchOrderbank search order
ErrorsNULL_ARGUMENTbankSearchOrder is null
UNSUPPORTEDbankSearchOrder is not of this service
CompliancemandatoryThis 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.TypebankSearchRecordTypea bank search record type
Returnosid.assessment.records.BankSearchRecordthe bank search record
ErrorsNULL_ARGUMENTbankSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(bankSearchRecordType) is false
CompliancemandatoryThis method must be implemented.