OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.CalendarSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.calendaring.CalendarSearchSession
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.TypecalendarRecordType a calendar record type
Returnosid.calendaring.records.CalendarSearchOrderRecord the calendar search order record
ErrorsNULL_ARGUMENT calendarRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(calendarRecordType) is false
Compliancemandatory This method must be implemented.