| Interface | osid.course.registration.CourseRegistrationSmartCourseCatalogSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.course.registration.CourseRegistrationManager | ||
osid.course.registration.CourseRegistrationProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getCourseCatalogId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartCourseCatalogs | ||
| Description |
Tests if this user can manage smart course catalogs. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known methods in this session will result in a
| ||
| Return | boolean | false if smart course catalog management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationQuery | ||
| Description |
Gets a course registration query. | ||
| Return | osid.course.registration.CourseRegistrationQuery | the course registration query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationSearchOrder | ||
| Description |
Gets a course registration search order. | ||
| Return | osid.course.registration.CourseRegistrationSearchOrder | the course registration search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCourseRegistrationQuery | ||
| Description |
Applies a course registration query to this course catalog. | ||
| Parameters | osid.course.registration.CourseRegistrationQuery | courseRegistrationQuery | the course registration query |
| Errors | NULL_ARGUMENT | courseRegistrationQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | courseRegistrationQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectCourseRegistrationQuery | ||
| Description |
Gets a course registration query inspector for this course catalog. | ||
| Return | osid.course.registration.CourseRegistrationQueryInspector | the course registration query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCourseRegistrationSequencing | ||
| Description |
Applies a course registration search order to this course catalog. | ||
| Parameters | osid.course.registration.CourseRegistrationSearchOrder | courseRegistrationSearchOrder | the course registration search order |
| Errors | NULL_ARGUMENT | courseRegistrationSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | courseRegistrationSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationQueryFromInspector | ||
| Description |
Gets a course registration query from an inspector. | ||
| Parameters | osid.course.registration.CourseRegistrationQueryInspector | courseRegistrationQueryInspector | a course registration query inspector |
| Return | osid.course.registration.CourseRegistrationQuery | the course registration query | |
| Errors | NULL_ARGUMENT | courseRegistrationQueryInspector is null | |
| UNSUPPORTED | courseRegistrationQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |