Package | Description |
---|---|
org.osid.calendaring |
The Open Service Interface Definitions for the org.osid.calendaring
service.
|
org.osid.calendaring.cycle |
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
|
org.osid.calendaring.rules |
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
|
Modifier and Type | Method and Description |
---|---|
CalendarList |
CalendarLookupSession.getCalendars()
Gets all
Calendars. |
CalendarList |
CalendarSearchResults.getCalendars()
Gets the calendar list resulting from the search.
|
CalendarList |
CommitmentCalendarSession.getCalendarsByCommitment(Id commitmentId)
Gets the list of
Calendars mapped to a
Commitment. |
CalendarList |
EventCalendarSession.getCalendarsByEvent(Id eventId)
Gets the list of
Calendars mapped to an Event. |
CalendarList |
CalendarLookupSession.getCalendarsByGenusType(Type calendarGenusType)
Gets a
CalendarList corresponding to the given calendar
genus Type which does not include calendars of types
derived from the specified Type. |
CalendarList |
CalendarLookupSession.getCalendarsByIds(IdList calendarIds)
Gets a
CalendarList corresponding to the given
IdList. |
CalendarList |
OffsetEventCalendarSession.getCalendarsByOffsetEvent(Id offsetEVentId)
Gets the list of
Calendars mapped to an
OffsetEvent. |
CalendarList |
CalendarLookupSession.getCalendarsByParentGenusType(Type calendarGenusType)
Gets a
CalendarList corresponding to the given calendar
genus Type and include any additional calendars with
genus types derived from the specified Type. |
CalendarList |
CalendarLookupSession.getCalendarsByProvider(Id resourceId)
Gets a
CalendarList for the given provider. |
CalendarList |
CalendarQuerySession.getCalendarsByQuery(CalendarQuery calendarQuery)
Gets a list of
Calendar objects matching the given
calendar query. |
CalendarList |
CalendarLookupSession.getCalendarsByRecordType(Type calendarRecordType)
Gets a
CalendarList containing the given calendar
record Type. |
CalendarList |
RecurringEventCalendarSession.getCalendarsByRecurringEvent(Id recurringEventId)
Gets the list of
Calendars mapped to a
RecurringEvent. |
CalendarList |
ScheduleCalendarSession.getCalendarsBySchedule(Id scheduleId)
Gets the list of
Calendars mapped to a Schedule. |
CalendarList |
ScheduleSlotCalendarSession.getCalendarsByScheduleSlot(Id scheduleSlotId)
Gets the list of
Calendars mapped to a
ScheduleSlot. |
CalendarList |
SupersedingEventCalendarSession.getCalendarsBySupersedingEvent(Id supersedingEventId)
Gets the list of
Calendars mapped to a
SupersedingEvent. |
CalendarList |
TimePeriodCalendarSession.getCalendarsByTimePeriod(Id timePeriodId)
Gets the list of
Calendars mapped to a
TimePeriod. |
CalendarList |
CalendarHierarchySession.getChildCalendars(Id calendarId)
Gets the children of the given calendar.
|
CalendarList |
CalendarHierarchySession.getParentCalendars(Id calendarId)
Gets the parents of the given calendar.
|
CalendarList |
CalendarHierarchySession.getRootCalendars()
Gets the root calendars in this calendar hierarchy.
|
Modifier and Type | Method and Description |
---|---|
CalendarList |
CyclicEventCalendarSession.getCalendarsByCyclicEvent(Id cyclicEventId)
Gets the list of
Calendars mapped to a
CyclicEvent. |
CalendarList |
CyclicTimePeriodCalendarSession.getCalendarsByCyclicTimePeriod(Id cyclicTimePeriodId)
Gets the list of
Calendars mapped to a
CyclicTimePeriod. |
Modifier and Type | Method and Description |
---|---|
CalendarList |
CommitmentEnablerCalendarSession.getCalendarsByCommitmentEnabler(Id commitmentEnablerId)
Gets the
Calendars mapped to a
CommitmentEnabler. |
CalendarList |
OffsetEventEnablerCalendarSession.getCalendarsByOffsetEventEnabler(Id offsetEventEnablerId)
Gets the
Calendars mapped to an
OffsetEventEnabler. |
CalendarList |
RecurringEventEnablerCalendarSession.getCalendarsByRecurringEventEnabler(Id recurringEventEnablerId)
Gets the
Calendars mapped to a
RecurringEventEnabler. |
CalendarList |
SupersedingEventEnablerCalendarSession.getCalendarsBySupersedingEventEnabler(Id supersedingEventEnablerId)
Gets the
Calendars mapped to a
SupersedingEventEnabler. |