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.DateTimeZone
TimeWindow. calculateNextClose(DateTimeZone startTime, TimeZone defaultTimeZone)
Returns the next closing time.DateTimeZone
TimeWindow. calculateNextOpen(DateTimeZone startTime, TimeZone defaultTimeZone)
ReturnsstartTime
if the window is already open, or the next opening time.boolean
TimeWindow. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)
Returns status of this time window atatTime
boolean
TimeWindowElement. isOpen(DateTimeZone atTime, TimeZone defaultTimeZone)
Returns status of this interval atatTime
-