Uses of Interface
org.osid.course.chronicle.CourseEntryList
Packages that use CourseEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of CourseEntryList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return CourseEntryListModifier and TypeMethodDescriptionAcademicRecordSession.getCompletedCourseEntriesForStudent(Id resourceId) Gets all completed course entries for a student.CourseEntryLookupSession.getCourseEntries()Gets allCourseEntries.CourseEntrySearchResults.getCourseEntries()Gets the course list resulting from a search.CourseEntryCourseCatalogSession.getCourseEntriesByCourseCatalog(Id courseCatalogId) Gets the list ofCourseEntriesassociated with aCourseCatalog.CourseEntryCourseCatalogSession.getCourseEntriesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofCourseEntriescorresponding to a list ofCourseCatalogobjects.CourseEntryLookupSession.getCourseEntriesByGenusType(Type courseEntryGenusType) Gets aCourseEntryListcorresponding to the given course entry genusTypewhich does not include course entries of types derived from the specifiedType.CourseEntryLookupSession.getCourseEntriesByIds(IdList courseEntryIds) Gets aCourseEntryListcorresponding to the givenIdList.CourseEntryLookupSession.getCourseEntriesByParentGenusType(Type courseEntryGenusType) Gets aCourseEntryListcorresponding to the given course entry genusTypeand include any additional course entries with genus types derived from the specifiedType.CourseEntryQuerySession.getCourseEntriesByQuery(CourseEntryQuery courseEntryQuery) Gets a list ofCourseEntriesmatching the given course entry query.CourseEntryLookupSession.getCourseEntriesByRecordType(Type courseEntryRecordType) Gets aCourseEntryListcontaining the given course entry recordType.AcademicRecordSession.getCourseEntriesByTermForStudent(Id resourceId, Id termId) Gets all effective course entries for a student in the given term.CourseEntryLookupSession.getCourseEntriesForCourse(Id courseId) Gets aCourseEntryListfor the given course.CourseEntryLookupSession.getCourseEntriesForCourseOnDate(Id courseId, DateTime from, DateTime to) Gets aCourseEntryListfor the given course effective during the entire given date range inclusive but not confined to the date range.CourseEntryLookupSession.getCourseEntriesForStudent(Id resourceId) Gets aCourseEntryListfor the given student.CourseEntryLookupSession.getCourseEntriesForStudentAndCourse(Id resourceId, Id courseId) Gets aCourseEntryListfor the given student and course.CourseEntryLookupSession.getCourseEntriesForStudentAndCourseOnDate(Id resourceId, Id courseId, DateTime from, DateTime to) Gets aCourseEntryListfor the given student and course effective during the entire given date range inclusive but not confined to the date range.CourseEntryLookupSession.getCourseEntriesForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets aCourseEntryListfor the given student effective during the entire given date range inclusive but not confined to the date range.CourseEntryLookupSession.getCourseEntriesOnDate(DateTime from, DateTime to) Gets aCourseEntryListeffective during the entire given date range inclusive but not confined to the date range.