Interface BookSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface BookSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getBookSearchOrderRecord

      BookSearchOrderRecord getBookSearchOrderRecord(Type bookRecordType) throws OperationFailedException
      Gets the book search order record corresponding to the given book record Type. Multiple retrievals return the same underlying object.
      Parameters:
      bookRecordType - a book record type
      Returns:
      the book search order record
      Throws:
      NullArgumentException - bookRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(bookRecordType) is false
      Compliance:
      mandatory - This method must be implemented.