| Interface | osid.course.registration.RegistrationTargetSmartCourseCatalogSession | ||
|---|---|---|---|
| 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 | getRegistrationTargetQuery | ||
| Description |
Gets a registration target query. | ||
| Return | osid.course.registration.RegistrationTargetQuery | the registration target query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetSearchOrder | ||
| Description |
Gets a registration target search order. | ||
| Return | osid.course.registration.RegistrationTargetSearchOrder | the registration target search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyRegistrationTargetQuery | ||
| Description |
Applies a registration target query to this course catalog. | ||
| Parameters | osid.course.registration.RegistrationTargetQuery | registrationTargetQuery | the registration target query |
| Errors | NULL_ARGUMENT | registrationTargetQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | registrationTargetQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectRegistrationTargetQuery | ||
| Description |
Gets a registration target query inspector for this course catalog. | ||
| Return | osid.course.registration.RegistrationTargetQueryInspector | the registration target query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyRegistrationTargetSequencing | ||
| Description |
Applies a registration target search order to this course catalog. | ||
| Parameters | osid.course.registration.RegistrationTargetSearchOrder | registrationTargetSearchOrder | the registration target search order |
| Errors | NULL_ARGUMENT | registrationTargetSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | registrationTargetSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationTargetQueryFromInspector | ||
| Description |
Gets a registration target query from an inspector. | ||
| Parameters | osid.course.registration.RegistrationTargetQueryInspector | registrationTargetQueryInspector | a registration target query inspector |
| Return | osid.course.registration.RegistrationTargetQuery | the registration target query | |
| Errors | NULL_ARGUMENT | registrationTargetQueryInspector is null | |
| UNSUPPORTED | registrationTargetQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |