| Interface | osid.course.syllabus.ModuleSmartCourseCatalogSession | ||
|---|---|---|---|
| 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  CourseCatalog  associated with this session  | |
| 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 | getModuleQuery | ||
| Description | 
                     Gets a module query.  | ||
| Return | osid.course.syllabus.ModuleQuery | the module query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getModuleSearchOrder | ||
| Description | 
                     Gets a module search order.  | ||
| Return | osid.course.syllabus.ModuleSearchOrder | the module search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyModuleQuery | ||
| Description | 
                     Applies a module query to this course catalog.  | ||
| Parameters | osid.course.syllabus.ModuleQuery | moduleQuery | the module query | 
| Errors | NULL_ARGUMENT |  moduleQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  moduleQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectModuleQuery | ||
| Description | 
                     Gets a module query inspector for this course catalog.  | ||
| Return | osid.course.syllabus.ModuleQueryInspector | the module query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyModuleSequencing | ||
| Description | 
                     Applies a module search order to this course catalog.  | ||
| Parameters | osid.course.syllabus.ModuleSearchOrder | moduleSearchOrder | the module search order | 
| Errors | NULL_ARGUMENT |  moduleSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  moduleSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getModuleQueryFromInspector | ||
| Description | 
                     Gets a module query from an inspector.  | ||
| Parameters | osid.course.syllabus.ModuleQueryInspector | moduleQueryInspector | a query inspector | 
| Return | osid.course.syllabus.ModuleQuery | the module query | |
| Errors | NULL_ARGUMENT |  moduleQueryInspector  is  null   |                 |
| UNSUPPORTED |  moduleQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |