Uses of Interface
org.osid.calendaring.ScheduleSlotList
Packages that use ScheduleSlotList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
-
Uses of ScheduleSlotList in org.osid.calendaring
Methods in org.osid.calendaring that return ScheduleSlotListModifier and TypeMethodDescriptionScheduleSlot.getScheduleSlots()Gets the schedule slots included inside this one.ScheduleSlotLookupSession.getScheduleSlots()Gets allScheduleSlots.ScheduleSlotSearchResults.getScheduleSlots()Gets the schedule list resulting from the search.ScheduleSlotCalendarSession.getScheduleSlotsByCalendar(Id calendarId) Gets the list ofScheduleSlotsassociated with aCalendar.ScheduleSlotCalendarSession.getScheduleSlotsByCalendars(IdList calendarIds) Gets the list ofScheduleSlotscorresponding to a list ofCalendars.ScheduleSlotLookupSession.getScheduleSlotsByGenusType(Type scheduleSlotGenusType) Gets aScheduleSlotListcorresponding to the given schedule slot genusTypewhich does not include schedule slots of genus types derived from the specifiedType.ScheduleSlotLookupSession.getScheduleSlotsByIds(IdList scheduleSlotIds) Gets aScheduleSlotListcorresponding to the givenIdList.ScheduleSlotLookupSession.getScheduleSlotsByParentGenusType(Type scheduleSlotGenusType) Gets aScheduleSlotListcorresponding to the given schedule slot genusTypeand include any additional schedule slots with genus types derived from the specifiedType.ScheduleSlotQuerySession.getScheduleSlotsByQuery(ScheduleSlotQuery scheduleSlotQuery) Gets a list ofScheduleSlotsmatching the given schedule slot query.ScheduleSlotLookupSession.getScheduleSlotsByRecordType(Type scheduleSlotRecordType) Gets aScheduleSlotListcontaining the given schedule recordType.ScheduleSlotLookupSession.getScheduleSlotsByTime(Time time) Gets aScheduleSlotListmatching the given time.ScheduleSlotLookupSession.getScheduleSlotsByWeekdays(long[] weekdays) Gets aScheduleSlotListcontaining the given set of weekdays.