OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.ProgramOfferingSearch
Implementsosid.OsidSearch
Used Byosid.course.program.ProgramOfferingSearchSession
Description

The search interface for governing program offering searches.

MethodsearchAmongProgramOfferings
Description

Execute this search among the given list of program offerings.

Parametersosid.id.IdListprogramOfferingIds list of program offering Ids
ErrorsNULL_ARGUMENT programOfferingIds is null
Compliancemandatory This method must be implemented.
MethodorderProgramOfferingResults
Description

Specify an ordering to the search results.

Parametersosid.course.program.ProgramOfferingSearchOrderprogramOfferingSearchOrder program search order
ErrorsNULL_ARGUMENT programOfferingSearchOrder is null
UNSUPPORTED programOfferingSearchOrder is not of this service
Compliancemandatory This 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.TypeprogramOfferingSearchRecordType a program search record type
Returnosid.course.program.records.ProgramOfferingSearchRecord the program offering search record
ErrorsNULL_ARGUMENT programOfferingSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(programOfferingSearchRecordType) is false
Compliancemandatory This method must be implemented.