Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.BOForecastActivity
Packages that use BOForecastActivity
Package
Description
-
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with type parameters of type BOForecastActivityModifier and TypeFieldDescriptionprotected Map<Long, BOForecastActivity> CapacityPlanningProblemBuilder.activitiesByIdMethods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem that return BOForecastActivityModifier and TypeMethodDescriptionprotected BOForecastActivityCapacityPlanningProblemBuilder.getActivityById(Long activityId) Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with parameters of type BOForecastActivityModifier and TypeMethodDescriptionprotected CapacityPlanningActivityCapacityPlanningProblemBuilder.buildActivity(BOForecastActivity forecastActivity) protected List<CapacityPlanningSkill> CapacityPlanningProblemBuilder.getActivitySkills(BOForecastActivity forecastActivity) Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionCapacityPlanningProblemBuilder.withActivities(Collection<BOForecastActivity> activities) -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input with type parameters of type BOForecastActivityModifier and TypeFieldDescriptionprotected Map<Long, BOForecastActivity> CapacityPlanningAlgorithmInputBuilder.activitiesByIdMethod parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionCapacityPlanningAlgorithmInputBuilder.withActivities(Collection<BOForecastActivity> activities) -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTCapacityPlanningAlgorithmSend.loadForecastActivities(Long forecastId, PoolKit poolKit) -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastActivities(Long forecastId, PoolKit poolKit) -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with type parameters of type BOForecastActivityModifier and TypeFieldDescriptionprotected BOCache<BOForecastActivity> BTCapacityPlanningScenarioExportExcel.forecastActivityCacheMethods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageReport.filterActivitiesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastActivity> activities, Collection<Long> skills, PoolKit poolKit) Filter the activities by skills.protected Map<Long, BOForecastActivity> BTCapacityPlanningScenarioExportExcel.getForecastActivitiesMap(Long activityForecastHeaderId) Retrieves a list ofBOForecastActivityobjects based on the provided activityForecastHeaderId, and then converts this list into a Map object (i.e., a map).protected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageReport.loadActivities(BOCapacityPlanningScenario scenario, Collection<Long> activityIds, Collection<Long> skills, PoolKit poolKit) Loads the activities of a capacity planning scenario.protected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageActivityReport.searchActivities(List<Long> activityIds, PoolKit poolKit) Search for forecast activity based on the provided activity ids.Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with parameters of type BOForecastActivityModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningScenarioExportExcel.populateActivitiesData(Map<String, Object> row, BOForecastActivity forecastActivity) Populates the columns named "ACTIVITY_CODE" and "ACTIVITY_DESCRIPTION" with the values retrieved from the givenBOForecastActivityobject.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageReport.filterActivitiesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastActivity> activities, Collection<Long> skills, PoolKit poolKit) Filter the activities by skills. -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTForecastActivityDetailInsertFromWo.searchForecastActivity(Set<String> activities, Long forecastHeaderId, PoolKit poolKit) Searches for the givenBOForecastActivity. -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.event with parameters of type BOForecastActivityModifierConstructorDescriptionInstantiates a new forecast activity insert event.Instantiates a new forecast activity update event. -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task with parameters of type BOForecastActivityModifier and TypeMethodDescriptionprotected voidBTForecastActivityInsert.validateAndCompleteInput(BOForecastActivity input, PoolKit poolKit) Validates the data before the insertion.protected voidBTForecastActivityUpdate.validateAndCompleteInput(BOForecastActivity input, PoolKit poolKit) Validates the data before the update.protected voidBTForecastActivityInsert.validateFieldsLength(BOForecastActivity input, PoolKit pk) Validates the fields' length of theBOForecastActivityinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastActivityUpdate.validateFieldsLength(BOForecastActivity input, PoolKit pk) Validates the fields' length of theBOForecastActivityinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters. -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task
Fields in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task with type parameters of type BOForecastActivityModifier and TypeFieldDescriptionprotected BOCache<BOForecastActivity> BTActivityForecastExportExcel.forecastActivityBOCacheMethods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected List<BOForecastActivity> BTActivityForecastExportExcel.getAllForecastActivities(Long activityForecastHeaderId, PoolKit pk) Retrieves a list of forecast activities associated with theBOActivityForecastHeaderinput.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected voidBTActivityForecastExportExcel.appendActivitiesSheet(List<BOForecastActivity> forecastActivities, XlsxDocument excelDocument) Appends the Forecast Activities Sheet to the specifiedXlsxDocumentobject.protected List<BOForecastActivityDetail> BTActivityForecastExportExcel.getAllForecastDetails(List<BOForecastActivity> activities, PoolKit pk) Retrieves the list of the details (i.e., calendars) associated with eachBOForecastActivityactivity linked to the providedBOActivityForecastHeaderinput.protected List<BOForecastActivitySkill> BTActivityForecastExportExcel.getAllForecastSkills(List<BOForecastActivity> activities, PoolKit pk) Retrieves the list of the skills associated with eachBOForecastActivityactivity linked to the providedBOActivityForecastHeaderinput. -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.event
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.event that return BOForecastActivityModifier and TypeMethodDescriptionForecastActivityImportRow.getForecastActivity()Returns the forecast activity to be importedMethods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.event with parameters of type BOForecastActivityModifier and TypeMethodDescriptionvoidForecastActivityImportRow.setForecastActivity(BOForecastActivity forecastActivity) Sets the forecast activity to be imported -
Uses of BOForecastActivity in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity with parameters of type BOForecastActivityModifier and TypeMethodDescriptionvoidForecastActivityValidator.validate(BOForecastActivity forecastActivity) -
Uses of BOForecastActivity in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionCapacityPlanningActivityResultGanttDataBuilder.build(List<BOActivityForecastHeader> forecastHeader, Map<String, Object> filters) Method parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected voidCapacityPlanningActivityResultGanttDataBuilder.buildGenericBlock(BOForecastActivityDetailGantt forecastActivityDetail, List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, List<Long> forecastHeaders) -
Uses of BOForecastActivity in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add with parameters of type BOForecastActivityModifier and TypeMethodDescriptionprotected LongAddForecastActivity.insertForecastActivity(BOForecastActivity forecastActivity) Insert a new forecast activity. -
Uses of BOForecastActivity in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that return BOForecastActivityModifier and TypeMethodDescriptionprotected BOForecastActivityForecastActivityDetailGantt.getForecastActivity(UIMessage uim) Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that return types with arguments of type BOForecastActivityModifier and TypeMethodDescriptionForecastActivityDetailGanttDataBuilder.build(List<BOActivityForecastHeader> forecastHeader, Map<String, Object> filters) Build the gantt row basing on the forecast activity detail .protected GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> ForecastActivityDetailGanttDataBuilder.buildForecastActivityRow(List<BOForecastActivity> forecastActivity) ForecastActivityDetailGanttView.buildTimeLineRenderer()protected List<BOForecastActivity> ForecastActivityDetailGanttDataBuilder.loadForecastActivities(List<BOActivityForecastHeader> forecastHeaders, Collection<Long> activityIds, Map<String, Object> filters) Method parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with type arguments of type BOForecastActivityModifier and TypeMethodDescriptionprotected voidForecastActivityDetailGanttTimeLineRenderer.addBlockTooltip(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttBlock<BOForecastActivityDetailGantt> block, org.apache.ecs.html.Div item) voidForecastActivityDetailGanttTimeLineRenderer.addRow(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row) Fill the verticalLevelsMap becaus I don't retrieve the total vertical levels for each block and I don't want to override the GanttRow and GanttRowClusteredvoidForecastActivityDetailGanttTimeLineRenderer.addRow(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row) Fill the verticalLevelsMap becaus I don't retrieve the total vertical levels for each block and I don't want to override the GanttRow and GanttRowClusteredprotected GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> ForecastActivityDetailGanttDataBuilder.buildForecastActivityRow(List<BOForecastActivity> forecastActivity) protected GanttBlock<BOForecastActivityDetailGantt> ForecastActivityDetailGanttDataBuilder.buildGanttBlock(Date startDate, Date endDate, String color, BOForecastActivityDetailGantt forecastActivityDetail, List<BOForecastActivity> forecastActivities, List<Long> forecastHeaders) protected voidForecastActivityDetailGanttDataBuilder.buildGenericBlock(BOForecastActivityDetailGantt forecastActivityDetail, List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, List<Long> forecastHeaders) protected voidForecastActivityDetailGanttDataBuilder.buildRows(List<BOForecastActivity> forecastActivities, List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> collector) protected voidForecastActivityDetailGanttDataBuilder.buildTree(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> fakeRow) protected voidForecastActivityDetailGanttDataBuilder.buildTree(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> fakeRow) protected org.apache.ecs.html.DivForecastActivityDetailGanttTimeLineRenderer.drawSimpleBlock(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row, GanttBlock<BOForecastActivityDetailGantt> block, GanttHeaderRendererHelper helper) Draw the block considering the vertical positionprotected org.apache.ecs.html.DivForecastActivityDetailGanttTimeLineRenderer.drawSimpleBlock(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row, GanttBlock<BOForecastActivityDetailGantt> block, GanttHeaderRendererHelper helper) Draw the block considering the vertical positionprotected StringForecastActivityDetailGanttTimeLineRenderer.getGridStyle(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, double rowWidth) intForecastActivityDetailGanttTimeLineRenderer.getRowHeight(GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row) Calculate the height of the row: if total vertical levels is less or equal than the length of block height array, then the height of the row will be 50, otherwise it will be ...ForecastActivityDetailGantt.getSortMap(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> ganttRows) voidForecastActivityDetailGantt.onSelectionChanged(GanttView<BOForecastActivity, BOForecastActivityDetailGantt> view) On selection changed.protected voidForecastActivityDetailGanttView.renderRow(GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row, EntitySet es) Constructor parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with type arguments of type BOForecastActivityModifierConstructorDescriptionForecastActivityDetailGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> getRootRow) Instantiates a new forecast activity detail gantt view selection.