Uses of Interface
org.osid.calendaring.OffsetEventQuery
Packages that use OffsetEventQuery
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 OffsetEventQuery in org.osid.calendaring
Methods in org.osid.calendaring that return OffsetEventQueryModifier and TypeMethodDescriptionEventQuery.getOffsetEventQuery()Gets the query for an offset event.OffsetEventQuerySession.getOffsetEventQuery()Gets an offset event query.OffsetEventSmartCalendarSession.getOffsetEventQuery()Gets an offset event query.OffsetEventSearchSession.getOffsetEventQueryFromInspector(OffsetEventQueryInspector offsetEventQueryInspector) Gets an offset event query from an inspector.OffsetEventSmartCalendarSession.getOffsetEventQueryFromInspector(OffsetEventQueryInspector offsetEventQueryInspector) Gets an offset event query from an inspector.Methods in org.osid.calendaring with parameters of type OffsetEventQueryModifier and TypeMethodDescriptionvoidOffsetEventSmartCalendarSession.applyOffsetEventQuery(OffsetEventQuery offsetEventQuery) Applies an offset event query to this calendar.OffsetEventQuerySession.getOffsetEventsByQuery(OffsetEventQuery offsetEventQuery) Gets a list ofOffsetEventsmatching the given offset event query.OffsetEventSearchSession.getOffsetEventsBySearch(OffsetEventQuery offsetEventQuery, OffsetEventSearch offsetEventSearch) Gets the search results matching the given search query using the given search. -
Uses of OffsetEventQuery in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return OffsetEventQueryModifier and TypeMethodDescriptionOffsetEventEnablerQuery.getRuledOffsetEventQuery()Gets the query for an offset event.