| Interface | osid.course.registration.ActivityBundleSmartCourseCatalogSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic catalogs. An   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 | getActivityBundleQuery | ||
| Description | 
                     Gets an activity bundle query.  | ||
| Return | osid.course.registration.ActivityBundleQuery | the activity bundle query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityBundleSearchOrder | ||
| Description | 
                     Gets an activity bundle search order.  | ||
| Return | osid.course.registration.ActivityBundleSearchOrder | the activity bundle search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyActivityBundleQuery | ||
| Description | 
                     Applies an activity bundle query to this course catalog.  | ||
| Parameters | osid.course.registration.ActivityBundleQuery | activityBundleQuery | the activity bundle query | 
| Errors | NULL_ARGUMENT |  activityBundleQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  activityBundleQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectActivityBundleQuery | ||
| Description | 
                     Gets an activity bundle query inspector for this course catalog.  | ||
| Return | osid.course.registration.ActivityBundleQueryInspector | the activity bundle query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyActivityBundleSequencing | ||
| Description | 
                     Applies an activity bundle search order to this course catalog.  | ||
| Parameters | osid.course.registration.ActivityBundleSearchOrder | activityBundleSearchOrder | the activity bundle search order | 
| Errors | NULL_ARGUMENT |  activityBundleSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  activityBundleSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityBundleQueryFromInspector | ||
| Description | 
                     Gets an activity bundle query from an inspector.  | ||
| Parameters | osid.course.registration.ActivityBundleQueryInspector | activityBundleQueryInspector | a query inspector | 
| Return | osid.course.registration.ActivityBundleQuery | the activity bundle query | |
| Errors | NULL_ARGUMENT |  activityBundleQueryInspector  is  null   |                 |
| UNSUPPORTED |  activityBundleQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |