| Interface | osid.course.program.ProgramOfferingSmartCourseCatalogSession | ||
|---|---|---|---|
| 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 | getProgramOfferingQuery | ||
| Description | Gets a program offering query. | ||
| Return | osid.course.program.ProgramOfferingQuery | the program offering query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingSearchOrder | ||
| Description | Gets a program offering search order. | ||
| Return | osid.course.program.ProgramOfferingSearchOrder | the program offering search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProgramOfferingQuery | ||
| Description | Applies a program offering query to this course catalog. | ||
| Parameters | osid.course.program.ProgramOfferingQuery | programOfferingQuery | the program offering query | 
| Errors | NULL_ARGUMENT |  programOfferingQuery is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  programOfferingQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectProgramOfferingQuery | ||
| Description | Gets a program offering query inspector for this course catalog. | ||
| Return | osid.course.program.ProgramOfferingQueryInspector | the program offering query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProgramOfferingSequencing | ||
| Description | Applies a program offering search order to this course catalog. | ||
| Parameters | osid.course.program.ProgramOfferingSearchOrder | programOfferingSearchOrder | the program offering search order | 
| Errors | NULL_ARGUMENT |  programOfferingSearchOrder is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  programOfferingSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingQueryFromInspector | ||
| Description | Gets a program offering query from an inspector. | ||
| Parameters | osid.course.program.ProgramOfferingQueryInspector | programOfferingQueryInspector | a query inspector | 
| Return | osid.course.program.ProgramOfferingQuery | the program offering query | |
| Errors | NULL_ARGUMENT |  programOfferingQueryInspector is null  | |
| UNSUPPORTED |  programOfferingQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |