OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseOfferingSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetCourseOfferings
Description

Gets the course offering list resulting from a search.

Returnosid.course.CourseOfferingListthe course offering list
ErrorsILLEGAL_STATEthe course offering list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCourseOfferingQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.course.CourseOfferingQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetCourseOfferingSearchResultsRecord
Description

Gets the course offering search results record corresponding to the given course offering search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecourseOfferingSearchRecordTypea course offering search record type
Returnosid.course.records.CourseOfferingSearchResultsRecordthe course offering search results record
ErrorsNULL_ARGUMENT courseOfferingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseOfferingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.