Interface | osid.commenting.BookSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBookSearchOrderRecord | ||
Description |
Gets the book search order record corresponding to the given book record Type. Multiple retrievals return the same underlying object. | ||
Parameters | osid.type.Type | bookRecordType | a book record type |
Return | osid.commenting.records.BookSearchOrderRecord | the book search order record | |
Errors | NULL_ARGUMENT | bookRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(bookRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |