Uses of Interface
org.osid.calendaring.TimePeriodList
Packages that use TimePeriodList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
-
Uses of TimePeriodList in org.osid.calendaring
Methods in org.osid.calendaring that return TimePeriodListModifier and TypeMethodDescriptionTimePeriodLookupSession.getTimePeriods()Gets allTimePeriods.TimePeriodSearchResults.getTimePeriods()Gets the time period list resulting from the search.TimePeriodCalendarSession.getTimePeriodsByCalendar(Id calendarId) Gets the list ofTimePeriodsassociated with anCalendar.TimePeriodCalendarSession.getTimePeriodsByCalendars(IdList calendarIds) Gets the list ofTimePeriodscorresponding to a list ofCalendars.TimePeriodLookupSession.getTimePeriodsByDate(DateTime datetime) Gets aTimePeriodListcontaining the givenDateTime.TimePeriodLookupSession.getTimePeriodsByGenusType(Type timePeriodGenusType) Gets aTimePeriodListcorresponding to the given time period genusTypewhich does not include time periods of genus types derived from the specifiedType.TimePeriodLookupSession.getTimePeriodsByIds(IdList timePeriodIds) Gets aTimePeriodListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the time periods 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.TimePeriodLookupSession.getTimePeriodsByParentGenusType(Type timePeriodGenusType) Gets aTimePeriodListcorresponding to the given time period genusTypeand include any additional time periods with genus types derived from the specifiedType.TimePeriodQuerySession.getTimePeriodsByQuery(TimePeriodQuery timePeriodQuery) Gets a list ofTimePeriodsmatching the given query.TimePeriodLookupSession.getTimePeriodsByRecordType(Type timePeriodRecordType) Gets aTimePeriodListcontaining the given time period recordType.In plenary mode, the returned list contains all known time periods or an error results.TimePeriodLookupSession.getTimePeriodsInDateRange(DateTime start, DateTime end) Gets aTimePeriodListcorresponding to the givenDateTime. -
Uses of TimePeriodList in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return TimePeriodListModifier and TypeMethodDescriptionTimePeriodCyclicTimePeriodLookupSession.getTimePeriodsByCyclicTimePeriod(Id cyclicTimePeriodId) Gets the list ofTimePeriodsassociated with aCyclicTimePeriod.TimePeriodCyclicTimePeriodLookupSession.getTimePeriodsByCyclicTimePeriodAndDate(Id cyclicTimePeriodId, DateTime from, DateTime to) Gets the list ofTimePeriodsbetween the given date range included associated with aCyclicTimePeriod.