OSID Logo
OSID Specifications
commenting package
Version 3.1.0
Interfaceosid.commenting.BookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.commenting.BookSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBookSearchOrderRecord
Description

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

Parametersosid.type.TypebookRecordType a book record type
Returnosid.commenting.records.BookSearchOrderRecord the book search order record
ErrorsNULL_ARGUMENT bookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bookRecordType) is false
Compliancemandatory This method must be implemented.