| Interface | osid.course.CourseSmartCourseCatalogSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| 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 assessment. 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 | getCourseQuery | ||
| Description |
Gets a course query. | ||
| Return | osid.course.CourseQuery | the course query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseSearchOrder | ||
| Description |
Gets a course search order. | ||
| Return | osid.course.CourseSearchOrder | the course search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCourseQuery | ||
| Description |
Applies a course query to this course catalog. | ||
| Parameters | osid.course.CourseQuery | courseQuery | the course query |
| Errors | NULL_ARGUMENT | courseQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | courseQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectCourseQuery | ||
| Description |
Gets a course query inspector for this course catalog. | ||
| Return | osid.course.CourseQueryInspector | the course query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCourseSequencing | ||
| Description |
Applies a course search order to this course catalog. | ||
| Parameters | osid.course.CourseSearchOrder | courseSearchOrder | the course search order |
| Errors | NULL_ARGUMENT | courseSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | courseSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseQueryFromInspector | ||
| Description |
Gets a course query from an inspector. | ||
| Parameters | osid.course.CourseQueryInspector | courseQueryInspector | a query inspector |
| Return | osid.course.CourseQuery | the course query | |
| Errors | NULL_ARGUMENT | courseQueryInspector is null | |
| UNSUPPORTED | courseQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |