Class WorkloadAnalysisUtils

java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.WorkloadAnalysisUtils

public class WorkloadAnalysisUtils extends Object
The utility class that provides help for defining the BORoughPlanning entity..
Since:
19.0
  • Method Details

    • getFirstDate

      public static Date getFirstDate(Date startDate, TimeUnit timeUnit)
      Returns the first valid date for defining the workload analysis.
      Returns:
      the first valid date for defining the workload analysis
    • getLastDate

      public static Date getLastDate(Date startDate, Date endDate, TimeUnit timeUnit, Long timeSize)
      Returns the last valid date for defining the workload analysis.
      Returns:
      the last valid date for defining the workload analysis