Interface FrontOfficeSearchOrder

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

public interface FrontOfficeSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getFrontOfficeSearchOrderRecord

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