Uses of Class
com.redwood.scheduler.api.exception.NoTimeZoneForTimeWindowCalculation
-
Packages that use NoTimeZoneForTimeWindowCalculation Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of NoTimeZoneForTimeWindowCalculation in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw NoTimeZoneForTimeWindowCalculation Modifier and Type Method Description List<Period>TimeWindow. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)All changes of the open-close status of this time window.List<Period>TimeWindowElement. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)All changes of the open-close status of this time window interval.DateTimeZoneTimeWindow. calculateNextClose(DateTimeZone startTime, TimeZone defaultTimeZone)Returns the next closing time.DateTimeZoneTimeWindow. calculateNextOpen(DateTimeZone startTime, TimeZone defaultTimeZone)ReturnsstartTimeif the window is already open, or the next opening time.booleanTimeWindow. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)Returns status of this time window atatTimebooleanTimeWindowElement. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)Returns status of this interval atatTime
-