Uses of Interface
org.osid.calendaring.RecurringEventList
Packages that use RecurringEventList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of RecurringEventList in org.osid.calendaring
Methods in org.osid.calendaring that return RecurringEventListModifier and TypeMethodDescriptionRecurringEventLookupSession.getRecurringEvents()Gets allRecurringEvents.RecurringEventSearchResults.getRecurringEvents()Gets the recurring event list resulting from the search.RecurringEventCalendarSession.getRecurringEventsByCalendar(Id calendarId) Gets the list ofRecurringEventsassociated with aCalendar.RecurringEventCalendarSession.getRecurringEventsByCalendars(IdList calendarIds) Gets the list ofRecurringEventscorresponding to a list ofCalendars.RecurringEventUnravellingSession.getRecurringEventsByDate(DateTime datetime) Gets a list of recurring events where the given date falls within the span of a recurring event.RecurringEventUnravellingSession.getRecurringEventsByEvents(IdList eventIds) Gets aRecurringEventListcorresponding to the given eventIdListwhere the events were implcitly created from the recurring series.RecurringEventLookupSession.getRecurringEventsByGenusType(Type recurringEventGenusType) Gets aRecurringEventListcorresponding to the given recurring event genusTypewhich does not include recurring events of genus types derived from the specifiedType.RecurringEventLookupSession.getRecurringEventsByIds(IdList recurringEventIds) Gets aRecurringEventListcorresponding to the givenIdList.RecurringEventLookupSession.getRecurringEventsByParentGenusType(Type recurringEventGenusType) Gets aRecurringEventListcorresponding to the given recurring event genusTypeand include any additional recurring event with genus types derived from the specifiedType.RecurringEventQuerySession.getRecurringEventsByQuery(RecurringEventQuery recurringEventQuery) Gets a list ofRecurringEventsmatching the given recurring event query.RecurringEventLookupSession.getRecurringEventsByRecordType(Type recurringEventRecordType) Gets aRecurringEventListcontaining the given recurring event recordType.RecurringEventLookupSession.getRecurringEventsByScheduleSlot(Id scheduleSlotId) Gets theRecurringEventscontaining the given schedule slot.RecurringEventUnravellingSession.getRecurringEventsInDateRange(DateTime from, DateTime to) Gets aRecurringEventListwhose series falls entirely within the given range inclusive. -
Uses of RecurringEventList in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return RecurringEventListModifier and TypeMethodDescriptionRecurringEventEnablerRuleLookupSession.getRecurringEventsForRecurringEventEnabler(Id recurringEventEnablerId) Gets theRecurringEventsmapped to aRecurringEventEnabler.