OSID Logo
OSID Specifications
course registration package
Version 3.1.0
Interfaceosid.course.registration.CourseRegistrationSearch
Implementsosid.OsidSearch
Used Byosid.course.registration.CourseRegistrationSearchSession
Description

The search interface for governing course registration searches.

MethodsearchAmongCourseRegistrations
Description

Execute this search among the given list of course registrations.

Parametersosid.id.IdListcourseRegistrationIds list of course registrations
ErrorsNULL_ARGUMENT courseRegistrationIds is null
Compliancemandatory This method must be implemented.
MethodorderCourseRegistrationResults
Description

Specify an ordering to the search results.

Parametersosid.course.registration.CourseRegistrationSearchOrdercourseRegistrationSearchOrder course registration search order
ErrorsNULL_ARGUMENT courseRegistrationSearchOrder is null
UNSUPPORTED courseRegistrationSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCourseRegistrationSearchRecord
Description

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

Parametersosid.type.TypecourseRegistrationSearchRecordType a course registration search record type
Returnosid.course.registration.records.CourseRegistrationSearchRecord the course registration search record
ErrorsNULL_ARGUMENT courseRegistrationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseRegistrationSearchRecordType) is false
Compliancemandatory This method must be implemented.