OSID Logo
OSID Specifications
course registration package
Version 3.1.0
Interfaceosid.course.registration.RegistrationSearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.course.registration.RegistrationSearchSession
osid.course.registration.RegistrationSmartCourseCatalogSession
Description

An interface for specifying the ordering of search results.

MethodorderByCourseRegistration
Description

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

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

Tests if a course registration search order is available.

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

Gets the course registration search order.

Returnosid.course.registration.CourseRegistrationSearchOrder the course registration search order
ErrorsUNIMPLEMENTED supportsCourseRegistrationSearchOrder() is false
Complianceoptional This method must be implemented if supportsCourseRegistrationSearchOrder() is true.
MethodorderByRegistrationTarget
Description

Specifies a preference for ordering the result set by registration target.

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

Tests if a registration target search order is available.

Returnboolean true if a registration target search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRegistrationTargetSearchOrder
Description

Gets the registration target search order.

Returnosid.course.registration.RegistrationTargetSearchOrder the registration target search order
ErrorsUNIMPLEMENTED supportsRegistrationTargetSearchOrder() is false
Complianceoptional This method must be implemented if supportsRegistrationTargetSearchOrder() is true.
MethodorderByStudent
Description

Specifies a preference for ordering the result set by student.

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

Tests if a student search order is available.

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

Gets the student search order.

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

Specifies a preference for ordering the result set by the grading option.

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

Tests if a grade system search order is available.

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

Gets the grade system search order.

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

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

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