Uses of Interface
org.osid.course.registration.CourseRegistrationList
Packages that use CourseRegistrationList
Package
Description
The Open Service Interface Definitions for the org.osid.course.registration
service.
-
Uses of CourseRegistrationList in org.osid.course.registration
Methods in org.osid.course.registration that return CourseRegistrationListModifier and TypeMethodDescriptionCourseRegistrationLookupSession.getCourseRegistrations()Gets allCourseRegistrations.CourseRegistrationSearchResults.getCourseRegistrations()Gets the course registration list resulting from a search.CourseRegistrationCourseCatalogSession.getCourseRegistrationsByCourseCatalog(Id courseCatalogId) Gets the list ofCourseRegistrationsassociated with aCourseCatalog.CourseRegistrationCourseCatalogSession.getCourseRegistrationsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofCourseRegistrationcorresponding to a list ofCourse Catalogs.CourseRegistrationLookupSession.getCourseRegistrationsByGenusType(Type courseRegistrationGenusType) Gets aCourseRegistrationListcorresponding to the given course registration genusTypewhich does not include course registrations of genus types derived from the specifiedType.CourseRegistrationLookupSession.getCourseRegistrationsByIds(IdList courseRegistrationIds) Gets aCourseRegistrationListcorresponding to the givenIdList.CourseRegistrationLookupSession.getCourseRegistrationsByParentGenusType(Type courseRegistrationGenusType) Gets aCourseRegistrationListcorresponding to the given course registration genusTypeand include any additional course registrations with genus types derived from the specifiedType.CourseRegistrationQuerySession.getCourseRegistrationsByQuery(CourseRegistrationQuery courseRegistrationQuery) Gets a list ofCourseRegistrationsmatching the given search.CourseRegistrationLookupSession.getCourseRegistrationsByRecordType(Type courseRegistrationRecordType) Gets aCourseRegistrationListcontaining the given course registration recordType.CourseRegistrationLookupSession.getCourseRegistrationsForCourseOffering(Id courseOfferingId) Gets allCourseRegistrationsassociated with a givenCourseOffering.CourseRegistrationLookupSession.getCourseRegistrationsForCourseOfferingAndStudent(Id courseOfferingId, Id resourceId) Gets allCourseRegistrationsfor a given course offering and student.CourseRegistrationLookupSession.getCourseRegistrationsForCourseOfferingAndStudentOnDate(Id courseOfferingId, Id resourceId, DateTime from, DateTime to) Gets allCourseRegistrationsfor a course offering and student during the entire given date range inclusive but not confined to the date range.CourseRegistrationLookupSession.getCourseRegistrationsForCourseOfferingOnDate(Id courseOfferingId, DateTime from, DateTime to) Gets allCourseRegistrationsfor the given course offering and effective during the entire given date range inclusive but not confined to the date range.CourseRegistrationLookupSession.getCourseRegistrationsForStudent(Id resourceId) Gets allCourseRegistrationsfor a given student.CourseRegistrationLookupSession.getCourseRegistrationsForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets allCourseRegistrationsfor a student during the entire given date range inclusive but not confined to the date range.CourseRegistrationLookupSession.getCourseRegistrationsOnDate(DateTime from, DateTime to) Gets allCourseRegistrationseffective during the entire given date range inclusive but not confined to the date range.