OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeSystemSearch
Implementsosid.OsidSearch
Used Byosid.grading.GradeSystemSearchSession
Description

The interface for governing grade system searches.

MethodsearchAmongGradeSystems
Description

Execute this search among the given list of grade systems.

Parametersosid.id.IdListgradeSystemIds list of grade systems
ErrorsNULL_ARGUMENT gradeSystemIds is null
Compliancemandatory This method must be implemented.
MethodorderGradeSystemResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeSystemSearchOrdergradeSystemSearchOrder grade system search order
ErrorsNULL_ARGUMENT gradeSystemSearchOrder is null
UNSUPPORTED gradeSystemSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetGradeSystemSearchRecord
Description

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

Parametersosid.type.TypegradeSystemSearchRecordType a grade system search record type
Returnosid.grading.records.GradeSystemSearchRecord the grade system search record
ErrorsNULL_ARGUMENT gradeSystemSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeSystemSearchRecordType) is false
Compliancemandatory This method must be implemented.