Uses of Interface
org.osid.calendaring.cycle.CyclicEventList
Packages that use CyclicEventList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
-
Uses of CyclicEventList in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return CyclicEventListModifier and TypeMethodDescriptionCyclicEventLookupSession.getCyclicEvents()Gets allCyclicEvents.CyclicEventSearchResults.getCyclicEvents()Gets the cyclic event list resulting from the search.CyclicEventCalendarSession.getCyclicEventsByCalendar(Id calendarId) Gets the list ofCyclicEventsassociated with aCalendar.CyclicEventCalendarSession.getCyclicEventsByCalendars(IdList calendarIds) Gets the list ofCyclicEventscorresponding to a list ofCalendars.EventCyclicEventLookupSession.getCyclicEventsByEvent(Id eventId) Gets the list ofCyclicEventsmapped to anEvent.CyclicEventLookupSession.getCyclicEventsByGenusType(Type cyclicEventGenusType) Gets aCyclicEventListcorresponding to the given event genusTypewhich does not include cyclic events of genus types derived from the specifiedType.In plenary mode, the returned list contains all known cyclic events or an error results.CyclicEventLookupSession.getCyclicEventsByIds(IdList cyclicEventIds) Gets aCyclicEventListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the cyclic events specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.CyclicEventLookupSession.getCyclicEventsByParentGenusType(Type cyclicEventGenusType) Gets aCyclicEventListcorresponding to the given event genusTypeand include any additional cyclic event with genus types derived from the specifiedType.In plenary mode, the returned list contains all known cyclic events or an error results.CyclicEventQuerySession.getCyclicEventsByQuery(CyclicEventQuery cyclicEventQuery) Gets a list ofCyclicEventsmatching the given cyclic event query.CyclicEventLookupSession.getCyclicEventsByRecordType(Type cyclicEventRecordType) Gets aCyclicEventListcontaining the given event recordType.