Uses of Interface
org.osid.course.registration.RegistrationList
Packages that use RegistrationList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.registration
service.
-
Uses of RegistrationList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return RegistrationList -
Uses of RegistrationList in org.osid.course.registration
Methods in org.osid.course.registration that return RegistrationListModifier and TypeMethodDescriptionRegistrationLookupSession.getRegistrations()Gets allRegistrations.RegistrationSearchResults.getRegistrations()Gets the registration list resulting from a search.RegistrationCourseCatalogSession.getRegistrationsByCourseCatalog(Id courseCatalogId) Gets the list ofRegistrationsassociated with aCourseCatalog.RegistrationCourseCatalogSession.getRegistrationsByCourseCatalogs(IdList courseCatalogIdList) Gets the list ofRegistrationscorresponding to a list ofCourseCatalogobjects.RegistrationLookupSession.getRegistrationsByCourseRegistration(Id courseRegistrationId) Gets allRegistrationsfor a course registration.RegistrationLookupSession.getRegistrationsByCourseRegistrationOnDate(Id courseRegistrationId, DateTime from, DateTime to) Gets allRegistrationsfor a course registration and effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsByGenusType(Type registrationGenusType) Gets aRegistrationListcorresponding to the given registration genusTypewhich does not include registrations of types derived from the specifiedType.RegistrationLookupSession.getRegistrationsByIds(IdList registrationIds) Gets aRegistrationListcorresponding to the givenIdList.RegistrationLookupSession.getRegistrationsByParentGenusType(Type registrationGenusType) Gets aRegistrationListcorresponding to the given course genusTypeand include any additional registrations with genus types derived from the specifiedType.RegistrationQuerySession.getRegistrationsByQuery(RegistrationQuery courseQuery) Gets a list ofRegistrationsmatching the given registration query.RegistrationLookupSession.getRegistrationsByRecordType(Type registrationRecordType) Gets aRegistrationListcontaining the given registration recordType.RegistrationLookupSession.getRegistrationsForCourseOffering(Id courseOfferingId) Gets allRegistrationsrelated to a course offering.RegistrationLookupSession.getRegistrationsForCourseOfferingAndStudent(Id courseOfferingId, Id resourceId) Gets allRegistrationsfor a given course offering and student.RegistrationLookupSession.getRegistrationsForCourseOfferingAndStudentOnDate(Id courseOfferingId, Id resourceId, DateTime from, DateTime to) Gets allRegistrationsfor a course offering and student effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsForCourseOfferingOnDate(Id courseOfferingId, DateTime from, DateTime to) Gets allRegistrationsfor a course offering effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsForRegistrationTarget(Id registrationTargetId) Gets allRegistrationsassociated with a givenRegistrationTarget.RegistrationLookupSession.getRegistrationsForRegistrationTargetAndStudent(Id registrationTargetId, Id resourceId) Gets allRegistrationsfor a given registration target and student.RegistrationLookupSession.getRegistrationsForRegistrationTargetAndStudentOnDate(Id registrationTargetId, Id resourceId, DateTime from, DateTime to) Gets allRegistrationsfor an registration target and student effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsForRegistrationTargetOnDate(Id registrationTargetId, DateTime from, DateTime to) Gets all Registrations effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsForStudent(Id resourceId) Gets allRegistrationsfor a given student.RegistrationLookupSession.getRegistrationsForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets allRegistrationsfor a student effective during the entire given date range inclusive but not confined to the date range.RegistrationLookupSession.getRegistrationsOnDate(DateTime from, DateTime to) Gets allRegistrationseffective during the entire given date range inclusive but not confined to the date range.