Uses of Interface
org.osid.course.CourseQuery
Packages that use CourseQuery
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.requisite
service.
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of CourseQuery in org.osid.course
Methods in org.osid.course that return CourseQueryModifier and TypeMethodDescriptionCourseOfferingQuery.getConcurrentCourseQuery()Gets the query for a concurrent course.CourseQuery.getConcurrentCourseQuery()Gets the query for a concurrent course.ActivityUnitQuery.getCourseQuery()Gets the query for a course.CourseCatalogQuery.getCourseQuery()Gets the query for a course.CourseOfferingQuery.getCourseQuery()Gets the query for a course.CourseQuerySession.getCourseQuery()Gets a course query.CourseSmartCourseCatalogSession.getCourseQuery()Gets a course query.CourseSearchSession.getCourseQueryFromInspector(CourseQueryInspector courseQueryInspector) Gets a course query from an inspector.CourseSmartCourseCatalogSession.getCourseQueryFromInspector(CourseQueryInspector courseQueryInspector) Gets a course query from an inspector.Methods in org.osid.course with parameters of type CourseQueryModifier and TypeMethodDescriptionvoidCourseSmartCourseCatalogSession.applyCourseQuery(CourseQuery courseQuery) Applies a course query to this course catalog.CourseQuerySession.getCoursesByQuery(CourseQuery courseQuery) Gets a list ofCoursesmatching the given course query.CourseSearchSession.getCoursesBySearch(CourseQuery courseQuery, CourseSearch courseSearch) Gets the search results matching the given search query using the given search. -
Uses of CourseQuery in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return CourseQueryModifier and TypeMethodDescriptionAssessmentEntryQuery.getCourseQuery()Gets the query for a course entry.AwardEntryQuery.getCourseQuery()Gets the query for a course entry.CourseEntryQuery.getCourseQuery()Gets the query for a course entry. -
Uses of CourseQuery in org.osid.course.requisite
Methods in org.osid.course.requisite that return CourseQueryModifier and TypeMethodDescriptionCourseRequirementQuery.getCourseQuery()Gets the query for a course.RequisiteQuery.getCourseQuery()Gets the query for a course requirement. -
Uses of CourseQuery in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return CourseQueryModifier and TypeMethodDescriptionSyllabusQuery.getCourseQuery()Gets the query for a course query. -
Uses of CourseQuery in org.osid.learning
Methods in org.osid.learning that return CourseQuery