Interface | osid.course.plan.LessonSearchSession | ||
---|---|---|---|
Implements | osid.course.plan.LessonQuerySession | ||
Description |
This session provides methods for searching Lessons may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getLessonSearch | ||
Description |
Gets a lesson search. | ||
Return | osid.course.plan.LessonSearch | the lesson search | |
Compliance | mandatory | This method must be implemented. | |
Method | getLessonSearchOrder | ||
Description |
Gets a lesson search order. The | ||
Return | osid.course.plan.LessonSearchOrder | the lesson search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getLessonsBySearch | ||
Description |
Gets the search results matching the given search. | ||
Parameters | osid.course.plan.LessonQuery | lessonQuery | the lesson query |
osid.course.plan.LessonSearch | lessonSearch | the lesson search | |
Return | osid.course.plan.LessonSearchResults | the lesson search results | |
Errors | NULL_ARGUMENT | lessonQuery or lessonSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | lessonQuery or lessonSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getLessonQueryFromInspector | ||
Description |
Gets a lesson query from an inspector. The inspector is
available from a | ||
Parameters | osid.course.plan.LessonQueryInspector | lessonQueryInspector | a lesson query inspector |
Return | osid.course.plan.LessonQuery | the course catalog query | |
Errors | NULL_ARGUMENT | lessonQueryInspector is null | |
UNSUPPORTED | lessonQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |