OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.BankSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.assessment.BankSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBankSearchOrderRecord
Description

Gets the bank search order record corresponding to the given bank record Type. Multiple retrievals return the same underlying object.

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