Interface CourseCatalogSearchOrder

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

public interface CourseCatalogSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCourseCatalogSearchOrderRecord

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