Uses of Enum Class
overit.geocallapp.wfm.roughplanning.bl.bucket.TimeUnit
Packages that use TimeUnit
Package
Description
-
Uses of TimeUnit in overit.geocallapp.wfm.roughplanning.bl
Methods in overit.geocallapp.wfm.roughplanning.bl with parameters of type TimeUnitModifier and TypeMethodDescriptionstatic DateWorkloadAnalysisUtils.getFirstDate(Date startDate, TimeUnit timeUnit) Returns the first valid date for defining the workload analysis.static DateWorkloadAnalysisUtils.getLastDate(Date startDate, Date endDate, TimeUnit timeUnit, Long timeSize) Returns the last valid date for defining the workload analysis. -
Uses of TimeUnit in overit.geocallapp.wfm.roughplanning.bl.bucket
Methods in overit.geocallapp.wfm.roughplanning.bl.bucket that return TimeUnitModifier and TypeMethodDescriptionBucketService.getTimeUnit()Returns the time unit that was set for bucket creation.static TimeUnitTimeUnit.getTimeUnit(int value) Returns the time unitstatic TimeUnitReturns the enum constant of this class with the specified name.static TimeUnit[]TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocallapp.wfm.roughplanning.bl.bucket with parameters of type TimeUnitModifier and TypeMethodDescriptionstatic BucketServiceBucketServiceFactory.getBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) Returns a specific bucket serviceConstructors in overit.geocallapp.wfm.roughplanning.bl.bucket with parameters of type TimeUnitModifierConstructorDescriptionprotectedBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) protectedCalendarBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) protectedCalendarDailyBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) protectedCalendarMonthlyBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) protectedCalendarWeeklyBucketService(Long roughPlanning, TimeUnit timeUnit, Long timeSize) -
Uses of TimeUnit in overit.geocallapp.wfm.roughplanning.bl.configuration.event
Methods in overit.geocallapp.wfm.roughplanning.bl.configuration.event that return TimeUnitModifier and TypeMethodDescriptionRoughPlanningConfigurationBucketSaveInput.getTimeUnit()Returns the rough planning configuration bucket time unitMethods in overit.geocallapp.wfm.roughplanning.bl.configuration.event with parameters of type TimeUnitModifier and TypeMethodDescriptionvoidRoughPlanningConfigurationBucketSaveInput.setTimeUnit(TimeUnit timeUnit) Sets the rough planning configuration bucket time unit