OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.CourseEntrySearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.course.chronicle.CourseEntrySearchSession
osid.course.chronicle.CourseEntrySmartCourseCatalogSession
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.
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.
MethodorderByTerm
Description

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

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

Tests if a term order is available.

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

Gets the term order.

Returnosid.course.TermSearchOrder the term search order
ErrorsUNIMPLEMENTED supportsTermSearchOrder() is false
Complianceoptional This method must be implemented if supportsTermSearchOrder() is true.
MethodorderByIsRegistrationKnown
Description

Specifies a preference for ordering results by the is registration known flag.

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

Specifies a preference for ordering results by course begin date.

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

Specifies a preference for ordering results by course end date.

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

Specifies a preference for ordering the result set by completed courses.

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

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

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsCreditScaleSearchOrder
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.
MethodgetCreditScaleSearchOrder
Description

Gets the grade system search order.

Returnosid.grading.GradeSystemSearchOrder the credit scale search order
ErrorsUNIMPLEMENTED supportsCreditScaleSearchOrder() is false
Complianceoptional This method must be implemented if supportsCreditScaleSearchOrder() is true.
MethodorderByCreditsEarned
Description

Specifies a preference for ordering the result set by the earned credits.

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

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

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.
MethodgetCourseEntrySearchOrderRecord
Description

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

Parametersosid.type.TypecourseEntryRecordType a course entry record type
Returnosid.course.chronicle.records.CourseEntrySearchOrderRecord the course entry search order record
ErrorsNULL_ARGUMENT courseEntryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseEntryRecordType) is false
Compliancemandatory This method must be implemented.