OSID Logo
OSID Specifications
commenting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.commenting.BookSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypebookRecordTypea book record type
Returnosid.commenting.records.BookSearchOrderRecordthe book search order record
ErrorsNULL_ARGUMENT bookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bookRecordType) is false
CompliancemandatoryThis method must be implemented.