| Interface | osid.course.chronicle.AwardEntrySmartCourseCatalogSession | ||
|---|---|---|---|
| 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 award. 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 | getAwardEntryQuery | ||
| Description |
Gets an award entry query. | ||
| Return | osid.course.chronicle.AwardEntryQuery | the award entry query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardEntrySearchOrder | ||
| Description |
Gets an award entry search order. | ||
| Return | osid.course.chronicle.AwardEntrySearchOrder | the award entry search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAwardEntryQuery | ||
| Description |
Applies an award entry query to this course catalog. | ||
| Parameters | osid.course.chronicle.AwardEntryQuery | awardEntryQuery | the award entry query |
| Errors | NULL_ARGUMENT | awardEntryQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | awardEntryQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectAwardEntryQuery | ||
| Description |
Gets an award entry query inspector for this course catalog. | ||
| Return | osid.course.chronicle.AwardEntryQueryInspector | the award entry query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAwardEntrySequencing | ||
| Description |
Applies an award entry search order to this course catalog. | ||
| Parameters | osid.course.chronicle.AwardEntrySearchOrder | awardEntrySearchOrder | the award entry search order |
| Errors | NULL_ARGUMENT | awardEntrySearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | awardEntrySearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardEntryQueryFromInspector | ||
| Description |
Gets an award entry query from an inspector. | ||
| Parameters | osid.course.chronicle.AwardEntryQueryInspector | awardEntryQueryInspector | a query inspector |
| Return | osid.course.chronicle.AwardEntryQuery | the award entry query | |
| Errors | NULL_ARGUMENT | awardEntryQueryInspector is null | |
| UNSUPPORTED | awardEntryQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |