Uses of Interface
org.osid.course.plan.LessonList
Packages that use LessonList
Package
Description
The Open Service Interface Definitions for the org.osid.course.plan
service.
-
Uses of LessonList in org.osid.course.plan
Methods in org.osid.course.plan that return LessonListModifier and TypeMethodDescriptionLessonConflictSession.getEndingOffsetLessons(Id planId) Gets a list of lessons that do not end at the end of an activity.LessonLookupSession.getLessons()Gets allLessons.LessonSearchResults.getLessons()Gets the lesson list resulting from a search.LessonCourseCatalogSession.getLessonsByCourseCatalog(Id courseCatalogId) Gets the list ofLessonsassociated with anCourseCatalog.LessonCourseCatalogSession.getLessonsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofLessonscorresponding to a list ofCourse Catalogs.LessonLookupSession.getLessonsByGenusType(Type lessonGenusType) Gets aLessonListcorresponding to the given lesson genusTypewhich does not include lessonsof genus types derived from the specifiedType.LessonLookupSession.getLessonsByIds(IdList lessonIds) Gets aLessonListcorresponding to the givenIdList.LessonLookupSession.getLessonsByParentGenusType(Type lessonGenusType) Gets aLessonListcorresponding to the given lesson genusTypeand include any additional lessons with genus types derived from the specifiedType.LessonQuerySession.getLessonsByQuery(LessonQuery lessonQuery) Gets a list ofLessonsmatching the given search.LessonLookupSession.getLessonsByRecordType(Type lessonRecordType) Gets aLessonListcontaining the given lesson recordType.LessonLookupSession.getLessonsForDocet(Id docetId) Gets aLessonListfor the given docetId.LessonLookupSession.getLessonsForDocetOnDate(Id docetId, DateTime from, DateTime to) Gets aLessonListfor a docet effective sduring the entire given date range inclusive but not confined to the date range.LessonConflictSession.getLessonsForPlan(Id planId) Gets all lessons for a plan.LessonLookupSession.getLessonsForPlan(Id planId) Gets aLessonListfor the given planId.LessonLookupSession.getLessonsForPlanAndDocet(Id planId, Id docetId) Gets aLessonListfor the given plan and docet.LessonLookupSession.getLessonsForPlanAndDocetOnDate(Id planId, Id docetId, DateTime from, DateTime to) Gets aLessonListfor a plan and docet effective during the entire given date range inclusive but not confined to the date range.LessonLookupSession.getLessonsForPlanOnDate(Id planId, DateTime from, DateTime to) Gets aLessonListfor a plan effective during the entire given date range inclusive but not confined to the date range.LessonLookupSession.getLessonsOnDate(DateTime from, DateTime to) Gets aLessonListeffective sduring the entire given date range inclusive but not confined to the date range.LessonConflictSession.getOverlappingLessons(Id planId) Gets a list of overlapping lessons.LessonConflictSession.getStartingOffsetLessons(Id planId) Gets a list of lessons that do not begin at the start of an activity.