Uses of Interface
org.osid.calendaring.ScheduleList
Packages that use ScheduleList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of ScheduleList in org.osid.calendaring
Methods in org.osid.calendaring that return ScheduleListModifier and TypeMethodDescriptionRecurringEvent.getSchedules()Gets the recurring schedule in this composite event.ScheduleLookupSession.getSchedules()Gets allSchedules.ScheduleSearchResults.getSchedules()Gets the schedule list resulting from the search.ScheduleCalendarSession.getSchedulesByCalendar(Id calendarId) Gets the list ofSchedulesassociated with aCalendar.ScheduleCalendarSession.getSchedulesByCalendars(IdList calendarIds) Gets the list ofSchedulescorresponding to a list ofCalendars.ScheduleLookupSession.getSchedulesByDate(DateTime date) Gets aScheduleListcontaining the given date.ScheduleLookupSession.getSchedulesByDateRange(DateTime from, DateTime to) Gets aScheduleListcontained by the given date range inclusive.ScheduleLookupSession.getSchedulesByGenusType(Type scheduleGenusType) Gets aScheduleListcorresponding to the given schedule genusTypewhich does not include schedule of genus types derived from the specifiedType.In plenary mode, the returned list contains all known schedule or an error results.ScheduleLookupSession.getSchedulesByIds(IdList scheduleIds) Gets aScheduleListcorresponding to the givenIdList.ScheduleLookupSession.getSchedulesByLocation(Id locationId) Gets aScheduleListcontaining the given location.ScheduleLookupSession.getSchedulesByParentGenusType(Type scheduleGenusType) Gets aScheduleListcorresponding to the given schedule genusTypeand include any additional schedule with genus types derived from the specifiedType.In plenary mode, the returned list contains all known schedule or an error results.ScheduleQuerySession.getSchedulesByQuery(ScheduleQuery scheduleQuery) Gets a list ofSchedulesmatching the given schedle query.ScheduleLookupSession.getSchedulesByRecordType(Type scheduleRecordType) Gets aScheduleListcontaining the given schedule recordType.ScheduleLookupSession.getSchedulesByScheduleSlot(Id scheduleSlotId) Gets aScheduleListdirectly containing the given shedule slot. -
Uses of ScheduleList in org.osid.course
Methods in org.osid.course that return ScheduleListModifier and TypeMethodDescriptionActivity.getSchedules()Gets the schedules associated with this activity. -
Uses of ScheduleList in org.osid.offering
Methods in org.osid.offering that return ScheduleListModifier and TypeMethodDescriptionOffering.getSchedules()Gets the schedules associated with this offering.