| Interface | osid.calendaring.CalendarSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getCalendarSearchOrderRecord | ||
| Description |
Gets the calendar search order record corresponding to
the given calendar record | ||
| Parameters | osid.type.Type | calendarRecordType | a calendar record type |
| Return | osid.calendaring.records.CalendarSearchOrderRecord | the calendar search order record | |
| Errors | NULL_ARGUMENT | calendarRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(calendarRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |