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

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

MethodgetProgramOfferings
Description

Gets the program offering list resulting from a search.

Returnosid.course.program.ProgramOfferingListthe program offering list
ErrorsILLEGAL_STATEthe program offering list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetProgramOfferingQueryInspector
Description

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

Returnosid.course.program.ProgramOfferingQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetProgramOfferingSearchResultsRecord
Description

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

Parametersosid.type.TypeprogramOfferingSearchRecordTypea program offering search record type
Returnosid.course.program.records.ProgramOfferingSearchResultsRecordthe program offering search results record
ErrorsNULL_ARGUMENT programOfferingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(programOfferingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.