Class WorkloadAnalysisUtils
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.WorkloadAnalysisUtils
The utility class that provides help for defining the
BORoughPlanning entity..- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic DategetFirstDate(Date startDate, TimeUnit timeUnit) Returns the first valid date for defining the workload analysis.static DategetLastDate(Date startDate, Date endDate, TimeUnit timeUnit, Long timeSize) Returns the last valid date for defining the workload analysis.
-
Method Details
-
getFirstDate
Returns the first valid date for defining the workload analysis.- Returns:
- the first valid date for defining the workload analysis
-
getLastDate
Returns the last valid date for defining the workload analysis.- Returns:
- the last valid date for defining the workload analysis
-