Interface | osid.course.chronicle.CourseEntrySmartCourseCatalogSession | ||
---|---|---|---|
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 | getCourseEntryQuery | ||
Description |
Gets a course entry query. | ||
Return | osid.course.chronicle.CourseEntryQuery | the course entry query | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseEntrySearchOrder | ||
Description |
Gets a course entry search order. | ||
Return | osid.course.chronicle.CourseEntrySearchOrder | the course entry search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyCourseEntryQuery | ||
Description |
Applies a course entry query to this course catalog. | ||
Parameters | osid.course.chronicle.CourseEntryQuery | courseEntryQuery | the course entry query |
Errors | NULL_ARGUMENT | courseEntryQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | courseEntryQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectCourseEntryQuery | ||
Description |
Gets a course entry query inspector for this course catalog. | ||
Return | osid.course.chronicle.CourseEntryQueryInspector | the course entry query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyCourseEntrySequencing | ||
Description |
Applies a course entry search order to this course catalog. | ||
Parameters | osid.course.chronicle.CourseEntrySearchOrder | courseEntrySearchOrder | the course entry search order |
Errors | NULL_ARGUMENT | courseEntrySearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | courseEntrySearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCourseEntryQueryFromInspector | ||
Description |
Gets a course entry query from an inspector. | ||
Parameters | osid.course.chronicle.CourseEntryQueryInspector | courseEntryQueryInspector | a query inspector |
Return | osid.course.chronicle.CourseEntryQuery | the course entry query | |
Errors | NULL_ARGUMENT | courseEntryQueryInspector is null | |
UNSUPPORTED | courseEntryQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |