OSID Logo
OSID Specifications
course program package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.program.ProgramOfferingSearch
Implementsosid.OsidSearch
Description

The search interface for governing program offering searches.

MethodsearchAmongProgramOfferings
Description

Execute this search among the given list of program offerings.

Parametersosid.id.IdListprogramOfferingIdslist of program offering Ids
ErrorsNULL_ARGUMENT programOfferingIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProgramOfferingResults
Description

Specify an ordering to the search results.

Parametersosid.course.program.ProgramOfferingSearchOrderprogramOfferingSearchOrderprogram search order
ErrorsNULL_ARGUMENT programOfferingSearchOrder is null
UNSUPPORTED programOfferingSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProgramOfferingSearchRecord
Description

Gets the program offering search 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 search record type
Returnosid.course.program.records.ProgramOfferingSearchRecordthe program offering search record
ErrorsNULL_ARGUMENT programOfferingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(programOfferingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.