Uses of Interface
org.osid.course.program.EnrollmentList
Packages that use EnrollmentList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of EnrollmentList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return EnrollmentList -
Uses of EnrollmentList in org.osid.course.program
Methods in org.osid.course.program that return EnrollmentListModifier and TypeMethodDescriptionEnrollmentLookupSession.getEnrollments()Gets allEnrollments.EnrollmentSearchResults.getEnrollments()Gets the enrollment list resulting from a search.EnrollmentCourseCatalogSession.getEnrollmentsByCatalog(Id courseCatalogId) Gets the list ofEnrollmentsassociated with aCourseCatalog.EnrollmentCourseCatalogSession.getEnrollmentsByCatalogs(IdList courseCatalogIdList) Gets the list ofEnrollmentscorresponding to a list ofCourseCatalogobjects.EnrollmentLookupSession.getEnrollmentsByGenusType(Type enrollmentGenusType) Gets anEnrollmentListcorresponding to the given enrollment genusTypewhich does not include enrollments of types derived from the specifiedType.EnrollmentLookupSession.getEnrollmentsByIds(IdList enrollmentIds) Gets anEnrollmentListcorresponding to the givenIdList.EnrollmentLookupSession.getEnrollmentsByParentEnrollment(Id enrollmentId) Gets a list of enrollments that are children of the given enrollment.EnrollmentLookupSession.getEnrollmentsByParentGenusType(Type enrollmentGenusType) Gets anEnrollmentListcorresponding to the given course genusTypeand include any additional enrollments with genus types derived from the specifiedType.EnrollmentQuerySession.getEnrollmentsByQuery(EnrollmentQuery enrollmentQuery) Gets a list ofEnrollmentsmatching the given enrollment query.EnrollmentLookupSession.getEnrollmentsByRecordType(Type enrollmentRecordType) Gets anEnrollmentListcontaining the given enrollment recordType.EnrollmentLookupSession.getEnrollmentsForProgram(Id programId) Gets allEnrollmentsrelated to a program.EnrollmentLookupSession.getEnrollmentsForProgramAndStudent(Id programId, Id resourceId) Gets allEnrollmentsfor a given program and student.EnrollmentLookupSession.getEnrollmentsForProgramAndStudentOnDate(Id programId, Id resourceId, DateTime from, DateTime to) Gets allEnrollmentsfor a program and student effective during the entire given date range inclusive but not confined to the date range.EnrollmentLookupSession.getEnrollmentsForProgramOffering(Id programOfferingId) Gets allEnrollmentsassociated with a givenProgramOffering.EnrollmentLookupSession.getEnrollmentsForProgramOfferingAndStudent(Id programOfferingId, Id resourceId) Gets allEnrollmentsfor a given program offering and student.EnrollmentLookupSession.getEnrollmentsForProgramOfferingAndStudentOnDate(Id programOfferingId, Id resourceId, DateTime from, DateTime to) Gets allEnrollmentsfor a program offering and student effective during the entire given date range inclusive but not confined to the date range.EnrollmentLookupSession.getEnrollmentsForProgramOfferingOnDate(Id programOfferingId, DateTime from, DateTime to) Gets allEnrollmentseffective during the entire given date range inclusive but not confined to the date range.EnrollmentLookupSession.getEnrollmentsForProgramOnDate(Id programId, DateTime from, DateTime to) Gets allEnrollmentsfor a program effective during the entire given date range inclusive but not confined to the date range.EnrollmentLookupSession.getEnrollmentsForStudent(Id resourceId) Gets allEnrollmentsfor a given student.EnrollmentLookupSession.getEnrollmentsForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets allEnrollmentsfor a student during the entire given date range inclusive but not confined to the date range.EnrollmentLookupSession.getEnrollmentsOnDate(DateTime from, DateTime to) Gets allEnrollmentseffective during the entire given date range inclusive but not confined to the date range.