OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.BankSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypebankRecordTypea bank record type
Returnosid.assessment.records.BankSearchOrderRecordthe bank search order record
ErrorsNULL_ARGUMENT bankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bankRecordType) is false
CompliancemandatoryThis method must be implemented.