Uses of Interface
org.osid.course.ActivityList
Packages that use ActivityList
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.plan
service.
The Open Service Interface Definitions for the org.osid.course.registration
service.
-
Uses of ActivityList in org.osid.course
Methods in org.osid.course that return ActivityListModifier and TypeMethodDescriptionActivityUnravellingSession.expandActivities(IdList activityIds) Expands the given recurring activities into a series of single-date activities.ActivityUnravellingSession.expandActivitiesInDateRange(Id activityIds, DateTime from, DateTime to) Expands the given recurring activities into a series of single-date activities that fall within the given date range inclusive.ActivityUnravellingSession.expandActivity(Id activityId) Expands the given activity into a series of single-date activities In plenary mode, the returned list contains all of the activities in the series, including duplicates, or an error results.ActivityUnravellingSession.expandActivityInDateRange(Id activityId, DateTime from, DateTime to) Expands the given activity into a series of single-date activities that fall within the given date range inclusive.ActivityCourseCatalogSession.getActivitieByCourseCatalog(Id courseCatalogId) Gets the list ofActivityassociated with aCourseCatalog.ActivityCourseCatalogSession.getActivitieByCourseCatalogs(IdList courseCatalogIds) Gets the list ofActivitiescorresponding to a list ofCourseCatalogobjects.ActivityLookupSession.getActivities()Gets allActivities.ActivitySearchResults.getActivities()Gets the activity list resulting from a search.ActivityUnravellingSession.getActivitiesByDate(DateTime datetime) Gets a list of normalized unexpanded activities where the given date falls within the span of a single activity meeting time.ActivityLookupSession.getActivitiesByGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypewhich does not include activities of genus types derived from the specifiedType.ActivityLookupSession.getActivitiesByIds(IdList activityIds) Gets anActivityListcorresponding to the givenIdList.ActivityLookupSession.getActivitiesByParentGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypeand include any additional activities with genus types derived from the specifiedType.ActivityQuerySession.getActivitiesByQuery(ActivityQuery activityQuery) Gets a list ofActivitiesmatching the given activity query.ActivityLookupSession.getActivitiesByRecordType(Type activityRecordType) Gets anActivityListcontaining the given activity recordType.ActivityLookupSession.getActivitiesForActivityUnit(Id activityUnitId) Gets allActivitiesassociated with a givenActivityUnit.ActivityLookupSession.getActivitiesForActivityUnitAndTerm(Id activityUnitId, Id termId) Gets allActivitiesassociated with a givenActivityUnitfor a term.ActivityLookupSession.getActivitiesForActivityUnitAndTermOnDate(Id activityUnitId, Id termId, DateTime from, DateTime to) Gets anActivityListfor the given activity unit, term, and effective within the given date range inclusive.ActivityLookupSession.getActivitiesForActivityUnitOnDate(Id activityUnitId, DateTime from, DateTime to) Gets anActivityListfor the given activity unit and effective within the given date range inclusive.ActivityLookupSession.getActivitiesForCourseOffering(Id courseOfferingId) Gets allActivitiesassociated with a givenCourseOffering.ActivityLookupSession.getActivitiesForTerm(Id termId) Gets allActivitiesassociated with a given term.ActivityLookupSession.getActivitiesForTermOnDate(Id termId, DateTime from, DateTime to) Gets anActivityListfor the given term and effective within the given date range inclusive.ActivityLookupSession.getActivitiesOnDate(DateTime from, DateTime to) Gets anActivityListeffective within the given date range inclusive.ActivityUnravellingSession.getActivtiesInDateRange(DateTime from, DateTime to) Gets a normalized list of unexpanded activities whose series falls entirely within the given range inclusive.ActivityUnravellingSession.getExplicitActivitiesByActivities(IdList activityIds) Gets anActivityListcorresponding to the given eventIdListwhere the activities were implcitly created from the recurring series.Activity.getSupersedingActivities()Gets the superseding activities whose sessions that override sessions of this activity. -
Uses of ActivityList in org.osid.course.plan
Methods in org.osid.course.plan that return ActivityListModifier and TypeMethodDescriptionLesson.getActivities()Gets the activities to which this lesson applies.LessonConflictSession.getActivitiesWithLessonGaps(Id planId) Gets a list of activities with lesson gaps. -
Uses of ActivityList in org.osid.course.registration
Methods in org.osid.course.registration that return ActivityListModifier and TypeMethodDescriptionRegistrationTarget.getActivities()Gets the activities in this registration target.