Uses of Interface
org.osid.course.plan.LessonQuery
Packages that use LessonQuery
Package
Description
The Open Service Interface Definitions for the org.osid.course.plan
service.
-
Uses of LessonQuery in org.osid.course.plan
Methods in org.osid.course.plan that return LessonQueryModifier and TypeMethodDescriptionLessonQuerySession.getLessonQuery()Gets a lesson query.LessonSmartCourseCatalogSession.getLessonQuery()Gets a lesson query.PlanQuery.getLessonQuery()Gets the query for a lesson query.LessonSearchSession.getLessonQueryFromInspector(LessonQueryInspector lessonQueryInspector) Gets a lesson query from an inspector.LessonSmartCourseCatalogSession.getLessonQueryFromInspector(LessonQueryInspector lessonQueryInspector) Gets a lesson query from an inspector.Methods in org.osid.course.plan with parameters of type LessonQueryModifier and TypeMethodDescriptionvoidLessonSmartCourseCatalogSession.applyLessonQuery(LessonQuery lessonQuery) Applies a lesson query to this course catalog.LessonQuerySession.getLessonsByQuery(LessonQuery lessonQuery) Gets a list ofLessonsmatching the given search.LessonSearchSession.getLessonsBySearch(LessonQuery lessonQuery, LessonSearch lessonSearch) Gets the search results matching the given search.