OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.CalendarSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCalendarSearchOrderRecord
Description

Gets the calendar search order record corresponding to the given calendar record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypecalendarRecordTypea calendar record type
Returnosid.calendaring.records.CalendarSearchOrderRecordthe calendar search order record
ErrorsNULL_ARGUMENT calendarRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(calendarRecordType) is false
CompliancemandatoryThis method must be implemented.