Uses of Interface
org.osid.calendaring.OffsetEventList
Packages that use OffsetEventList
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 OffsetEventList in org.osid.calendaring
Methods in org.osid.calendaring that return OffsetEventListModifier and TypeMethodDescriptionOffsetEventLookupSession.getOffsetEvents()Gets allOffsetEvents.OffsetEventSearchResults.getOffsetEvents()Gets the offset event list resulting from the search.OffsetEventCalendarSession.getOffsetEventsByCalendar(Id calendarId) Gets the list ofOffsetEventsassociated with aCalendar.OffsetEventCalendarSession.getOffsetEventsByCalendars(IdList calendarIds) Gets the list ofOffsetEventscorresponding to a list ofCalendars.OffsetEventLookupSession.getOffsetEventsByEvent(Id eventId) Gets theOffsetEventsusing the given event as a start or ending offset.OffsetEventLookupSession.getOffsetEventsByGenusType(Type offsetEventGenusType) Gets anOffsetEventListcorresponding to the given offset event genusTypewhich does not include offset events of genus types derived from the specifiedType.OffsetEventLookupSession.getOffsetEventsByIds(IdList offsetEventIds) Gets anOffsetEventListcorresponding to the givenIdList.OffsetEventLookupSession.getOffsetEventsByParentGenusType(Type offsetEventGenusType) Gets anOffsetEventListcorresponding to the given offset event genusTypeand include any additional offset event with genus types derived from the specifiedType.OffsetEventQuerySession.getOffsetEventsByQuery(OffsetEventQuery offsetEventQuery) Gets a list ofOffsetEventsmatching the given offset event query.OffsetEventLookupSession.getOffsetEventsByRecordType(Type offsetEventrecordType) Gets anOffsetEventListcontaining the given offset event recordType. -
Uses of OffsetEventList in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return OffsetEventListModifier and TypeMethodDescriptionOffsetEventEnablerRuleLookupSession.getOffsetEventsForOffsetEventEnabler(Id offsetEventEnablerId) Gets theOffsetEventsmapped to anOffsetEventEnabler.