Uses of Interface
org.osid.calendaring.CalendarList
Packages that use CalendarList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of CalendarList in org.osid.calendaring
Methods in org.osid.calendaring that return CalendarListModifier and TypeMethodDescriptionCalendarLookupSession.getCalendars()Gets allCalendars.CalendarSearchResults.getCalendars()Gets the calendar list resulting from the search.CommitmentCalendarSession.getCalendarsByCommitment(Id commitmentId) Gets the list ofCalendarsmapped to aCommitment.EventCalendarSession.getCalendarsByEvent(Id eventId) Gets the list ofCalendarsmapped to anEvent.CalendarLookupSession.getCalendarsByGenusType(Type calendarGenusType) Gets aCalendarListcorresponding to the given calendar genusTypewhich does not include calendars of types derived from the specifiedType.In plenary mode, the returned list contains all known calendars or an error results.CalendarLookupSession.getCalendarsByIds(IdList calendarIds) Gets aCalendarListcorresponding to the givenIdList.OffsetEventCalendarSession.getCalendarsByOffsetEvent(Id offsetEVentId) Gets the list ofCalendarsmapped to anOffsetEvent.CalendarLookupSession.getCalendarsByParentGenusType(Type calendarGenusType) Gets aCalendarListcorresponding to the given calendar genusTypeand include any additional calendars with genus types derived from the specifiedType.In plenary mode, the returned list contains all known calendars or an error results.CalendarLookupSession.getCalendarsByProvider(Id resourceId) Gets aCalendarListfor the given provider.CalendarQuerySession.getCalendarsByQuery(CalendarQuery calendarQuery) Gets a list ofCalendarobjects matching the given calendar query.CalendarLookupSession.getCalendarsByRecordType(Type calendarRecordType) Gets aCalendarListcontaining the given calendar recordType.RecurringEventCalendarSession.getCalendarsByRecurringEvent(Id recurringEventId) Gets the list ofCalendarsmapped to aRecurringEvent.ScheduleCalendarSession.getCalendarsBySchedule(Id scheduleId) Gets the list ofCalendarsmapped to aSchedule.ScheduleSlotCalendarSession.getCalendarsByScheduleSlot(Id scheduleSlotId) Gets the list ofCalendarsmapped to aScheduleSlot.SupersedingEventCalendarSession.getCalendarsBySupersedingEvent(Id supersedingEventId) Gets the list ofCalendarsmapped to aSupersedingEvent.TimePeriodCalendarSession.getCalendarsByTimePeriod(Id timePeriodId) Gets the list ofCalendarsmapped to aTimePeriod.CalendarHierarchySession.getChildCalendars(Id calendarId) Gets the children of the given calendar.CalendarHierarchySession.getParentCalendars(Id calendarId) Gets the parents of the given calendar.CalendarHierarchySession.getRootCalendars()Gets the root calendars in this calendar hierarchy. -
Uses of CalendarList in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return CalendarListModifier and TypeMethodDescriptionCyclicEventCalendarSession.getCalendarsByCyclicEvent(Id cyclicEventId) Gets the list ofCalendarsmapped to aCyclicEvent.CyclicTimePeriodCalendarSession.getCalendarsByCyclicTimePeriod(Id cyclicTimePeriodId) Gets the list ofCalendarsmapped to aCyclicTimePeriod. -
Uses of CalendarList in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return CalendarListModifier and TypeMethodDescriptionCommitmentEnablerCalendarSession.getCalendarsByCommitmentEnabler(Id commitmentEnablerId) Gets theCalendarsmapped to aCommitmentEnabler.OffsetEventEnablerCalendarSession.getCalendarsByOffsetEventEnabler(Id offsetEventEnablerId) Gets theCalendarsmapped to anOffsetEventEnabler.RecurringEventEnablerCalendarSession.getCalendarsByRecurringEventEnabler(Id recurringEventEnablerId) Gets theCalendarsmapped to aRecurringEventEnabler.SupersedingEventEnablerCalendarSession.getCalendarsBySupersedingEventEnabler(Id supersedingEventEnablerId) Gets theCalendarsmapped to aSupersedingEventEnabler.