Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageTimeReportOutput
Packages that use CapacityPlanningScenarioCoverageTimeReportOutput
-
Uses of CapacityPlanningScenarioCoverageTimeReportOutput in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task that return types with arguments of type CapacityPlanningScenarioCoverageTimeReportOutputModifier and TypeMethodDescriptionBTCapacityPlanningScenarioCoverageTimeReport.formatCoverageTimeReport(BOCapacityPlanningScenario scenario, List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, TimeGroupingType groupingType, DateTimeRange date) Format the coverage time report.Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with parameters of type CapacityPlanningScenarioCoverageTimeReportOutputModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningScenarioCoverageTimeReport.dailyReport(List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Date day, CapacityPlanningScenarioCoverageTimeReportOutput output) Create a report for the given day.protected voidBTCapacityPlanningScenarioCoverageTimeReport.monthlyReport(List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Long month, Long year, CapacityPlanningScenarioCoverageTimeReportOutput output) Create a report for the given month.protected voidBTCapacityPlanningScenarioCoverageTimeReport.populateOutput(CapacityPlanningScenarioCoverageTimeReportOutput output, List<Map<String, Object>> availableCapacityFiltered, List<Map<String, Object>> committedCapacityFiltered, List<Map<String, Object>> demandFiltered) Populate the output with the data from the available and committed capacity.protected voidBTCapacityPlanningScenarioCoverageTimeReport.weeklyReport(List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Long week, Long year, CapacityPlanningScenarioCoverageTimeReportOutput output) Create a report for the given week.