Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageActivityReportOutput
Packages that use CapacityPlanningScenarioCoverageActivityReportOutput
-
Uses of CapacityPlanningScenarioCoverageActivityReportOutput 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 CapacityPlanningScenarioCoverageActivityReportOutputModifier and TypeMethodDescriptionBTCapacityPlanningScenarioCoverageActivityReport.formatCoverageActivityReport(List<Map<String, Object>> demand, List<Map<String, Object>> committedCapacity, List<Long> activityIds, PoolKit poolKit) Formats the coverage activity report by processing available and committed capacity data for given activities.BTCapacityPlanningScenarioCoverageActivityReport.formatCoverageSkillReport(List<Map<String, Object>> demand, List<Map<String, Object>> committedCapacity, PoolKit poolKit) Formats the coverage resource report by processing available and committed capacity data for searched skills.BTCapacityPlanningScenarioCoverageActivityReport.formatCoverageTimeReport(BOCapacityPlanningScenario scenario, 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 CapacityPlanningScenarioCoverageActivityReportOutputModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningScenarioCoverageActivityReport.dailyReport(List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Date day, CapacityPlanningScenarioCoverageActivityReportOutput output) Create a report for the given day.protected voidBTCapacityPlanningScenarioCoverageActivityReport.monthlyReport(List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Long month, Long year, CapacityPlanningScenarioCoverageActivityReportOutput output) Create a report for the given month.protected voidBTCapacityPlanningScenarioCoverageActivityReport.populateOutput(CapacityPlanningScenarioCoverageActivityReportOutput output, List<Map<String, Object>> committedCapacityFiltered, List<Map<String, Object>> demandFiltered) Populate the output with the data from the available and committed capacity.protected voidBTCapacityPlanningScenarioCoverageActivityReport.weeklyReport(List<Map<String, Object>> committedCapacity, List<Map<String, Object>> demand, Long week, Long year, CapacityPlanningScenarioCoverageActivityReportOutput output) Create a report for the given week.