Interface CalendarSearchOrder

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

public interface CalendarSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCalendarSearchOrderRecord

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