Uses of Interface
org.osid.course.registration.ActivityRegistrationList
Packages that use ActivityRegistrationList
Package
Description
The Open Service Interface Definitions for the org.osid.course.registration
service.
-
Uses of ActivityRegistrationList in org.osid.course.registration
Methods in org.osid.course.registration that return ActivityRegistrationListModifier and TypeMethodDescriptionActivityRegistrationLookupSession.getActivityRegistrations()Gets allActivityRegistrations.ActivityRegistrationSearchResults.getActivityRegistrations()Gets the activity registration list resulting from a search.ActivityRegistrationCourseCatalogSession.getActivityRegistrationsByCourseCatalog(Id courseCatalogId) Gets the list ofActivityRegistrationsassociated with aCourseCatalog.ActivityRegistrationCourseCatalogSession.getActivityRegistrationsByCourseCatalogs(IdList courseCatalogIdList) Gets the list ofActivityRegistrationscorresponding to a list ofCourseCatalogobjects.ActivityRegistrationLookupSession.getActivityRegistrationsByGenusType(Type activityRegistrationGenusType) Gets anActivityRegistrationListcorresponding to the given activity registration genusTypewhich does not include activity registrations of types derived from the specifiedType.ActivityRegistrationLookupSession.getActivityRegistrationsByIds(IdList activityRegistrationIds) Gets anActivityRegistrationListcorresponding to the givenIdList.ActivityRegistrationLookupSession.getActivityRegistrationsByParentGenusType(Type activityRegistrationGenusType) Gets anActivityRegistrationListcorresponding to the given course genusTypeand include any additional activity registrations with genus types derived from the specifiedType.ActivityRegistrationQuerySession.getActivityRegistrationsByQuery(ActivityRegistrationQuery activityRegistrationQuery) Gets a list ofActivityRegistrationsmatching the given activity registration query.ActivityRegistrationLookupSession.getActivityRegistrationsByRecordType(Type activityRegistrationRecordType) Gets anActivityRegistrationListcontaining the given activity registration recordType.ActivityRegistrationLookupSession.getActivityRegistrationsForActivity(Id activityId) Gets allActivityRegistrationsassociated with a givenActivity.ActivityRegistrationLookupSession.getActivityRegistrationsForActivityAndStudent(Id activityId, Id resourceId) Gets allActivityRegistrationsfor a given activity and student.ActivityRegistrationLookupSession.getActivityRegistrationsForActivityAndStudentOnDate(Id activityId, Id resourceId, DateTime from, DateTime to) Gets allActivityRegistrationsfor an activity and student during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsForActivityOnDate(Id activityId, DateTime from, DateTime to) Gets allActivityRegistrationsfor the given activity and effective during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsForCourseOffering(Id courseOfferingId) Gets allActivityRegistrationsrelated to a course offering.ActivityRegistrationLookupSession.getActivityRegistrationsForCourseOfferingAndStudent(Id courseOfferingId, Id resourceId) Gets allActivityRegistrationsfor a given course offering and student.ActivityRegistrationLookupSession.getActivityRegistrationsForCourseOfferingAndStudentOnDate(Id courseOfferingId, Id resourceId, DateTime from, DateTime to) Gets allActivityRegistrationsfor a course offering and student effective during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsForCourseOfferingOnDate(Id courseOfferingId, DateTime from, DateTime to) Gets allActivityRegistrationsfor a course offering effective during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsForRegistration(Id registrationId) Gets allActivityRegistrationsfor a registration.ActivityRegistrationLookupSession.getActivityRegistrationsForRegistrationOnDate(Id registrationId, DateTime from, DateTime to) Gets allActivityRegistrationsfor a registration and effective during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsForStudent(Id resourceId) Gets allActivityRegistrationsfor a given student.ActivityRegistrationLookupSession.getActivityRegistrationsForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets allActivityRegistrationsfor a student during the entire given date range inclusive but not confined to the date range.ActivityRegistrationLookupSession.getActivityRegistrationsOnDate(DateTime from, DateTime to) Gets allActivityRegistrationseffective during the entire given date range inclusive but not confined to the date range.