OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.RegistrationTargetSearch
Implementsosid.OsidSearch
Used Byosid.course.registration.RegistrationTargetSearchSession
Description

The search interface for governing registration target searches.

MethodsearchAmongRegistrationTargets
Description

Execute this search among the given list of registration targets.

Parametersosid.id.IdListregistrationTargetIdslist of registration targets
ErrorsNULL_ARGUMENTregistrationTargetIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRegistrationTargetResults
Description

Specify an ordering to the search results.

Parametersosid.course.registration.RegistrationTargetSearchOrderregistrationTargetSearchOrderregistration target search order
ErrorsNULL_ARGUMENTregistrationTargetSearchOrder is null
UNSUPPORTEDregistrationTargetSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetRegistrationTargetSearchRecord
Description

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

Parametersosid.type.TyperegistrationTargetSearchRecordTypea registration target search record type
Returnosid.course.registration.records.RegistrationTargetSearchRecordthe registration target search record
ErrorsNULL_ARGUMENTregistrationTargetSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(registrationTargetSearchRecordType) is false
CompliancemandatoryThis method must be implemented.