OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.AssessmentEntrySearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.course.chronicle.AssessmentEntrySearchSession
osid.course.chronicle.AssessmentEntrySmartCourseCatalogSession
Description

An interface for specifying the ordering of search results.

MethodorderByStudent
Description

Specifies a preference for ordering the result set by the resource.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsStudentSearchOrder
Description

Tests if a resource order is available.

Returnboolean true if a resource order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetStudentSearchOrder
Description

Gets the resource order.

Returnosid.resource.ResourceSearchOrder the resource search order
ErrorsUNIMPLEMENTED supportsStudentSearchOrder() is false
Complianceoptional This method must be implemented if supportsStudentSearchOrder() is true.
MethodorderByAssessment
Description

Specifies a preference for ordering the result set by the assessment.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsAssessmentSearchOrder
Description

Tests if an assessment order is available.

Returnboolean true if an assessment order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetAssessmentSearchOrder
Description

Gets the assessment order.

Returnosid.assessment.AssessmentSearchOrder the assessment search order
ErrorsUNIMPLEMENTED supportsAssessmentSearchOrder() is false
Complianceoptional This method must be implemented if supportsAssessmentSearchOrder() is true.
MethodorderByDateCompleted
Description

Specifies a preference for ordering the result set by the completion date.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByProgram
Description

Specifies a preference for ordering the result set by the program.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsProgramSearchOrder
Description

Tests if a program order is available.

Returnboolean true if a program order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetProgramSearchOrder
Description

Gets the program order.

Returnosid.course.program.ProgramSearchOrder the program search order
ErrorsUNIMPLEMENTED supportsProgramSearchOrder() is false
Complianceoptional This method must be implemented if supportsProgramSearchOrder() is true.
MethodorderByCourse
Description

Specifies a preference for ordering the result set by the course.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsCourseSearchOrder
Description

Tests if a course order is available.

Returnboolean true if a course order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetCourseSearchOrder
Description

Gets the course order.

Returnosid.course.CourseSearchOrder the course search order
ErrorsUNIMPLEMENTED supportsCourseSearchOrder() is false
Complianceoptional This method must be implemented if supportsCourseSearchOrder() is true.
MethodorderByGrade
Description

Specifies a preference for ordering the result set by the grade system for GPAs.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsGradeSearchOrder
Description

Tests if a grade search order is available.

Returnboolean true if a grade order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetGradeSearchOrder
Description

Gets the grade system search order.

Returnosid.grading.GradeSearchOrder the grade search order
ErrorsUNIMPLEMENTED supportsGradeSearchOrder() is false
Complianceoptional This method must be implemented if supportsGradeSearchOrder() is true.
MethodorderByScoreScale
Description

Specifies a preference for ordering the result set by the grade system for scores.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsScoreScaleSearchOrder
Description

Tests if a grade system order is available.

Returnboolean true if a grade system order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetScoreScaleSearchOrder
Description

Gets the grade system order.

Returnosid.grading.GradeSystemSearchOrder the grade system search order
ErrorsUNIMPLEMENTED supportsScoreScaleSearchOrder() is false
Complianceoptional This method must be implemented if supportsScoreScaleSearchOrder() is true.
MethodorderByScore
Description

Specifies a preference for ordering the result set by the score.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodgetAssessmentEntrySearchOrderRecord
Description

Gets the assessment search order record corresponding to the given assessment entry record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeassessmentEntryRecordType an assessment entry record type
Returnosid.course.chronicle.records.AssessmentEntrySearchOrderRecord the assessment entry search order record
ErrorsNULL_ARGUMENT assessmentEntryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(assessmentEntryRecordType) is false
Compliancemandatory This method must be implemented.