Uses of Class
overit.geocallapp.wfm.project.bl.management.planning.BOPlanSlot
Packages that use BOPlanSlot
Package
Description
-
Uses of BOPlanSlot in overit.geocallapp.wfm.project.bl.management.planning
Methods in overit.geocallapp.wfm.project.bl.management.planning that return BOPlanSlotMethods in overit.geocallapp.wfm.project.bl.management.planning with parameters of type BOPlanSlot -
Uses of BOPlanSlot in overit.geocallapp.wfm.project.bl.management.planning.task
Methods in overit.geocallapp.wfm.project.bl.management.planning.task with parameters of type BOPlanSlotModifier and TypeMethodDescriptionBTProjectActivityGenericDebriefingAlign.elaborateAccountingData(BOPlanSlot slot, DBView accountingUsers) BTProjectActivityGenericDebriefingAlign.elaborateDebriefingData(BOPlanSlot slot, BOWorkOrderOperation operation, BOProjectActivity activity, PoolKit pk) protected DBViewBTProjectActivityGenericDebriefingAlign.getPrevoiusSlots(BOPlanSlot slot, BOWorkOrderOperation operation, PoolKit pk) protected LongBTSaveOperationPlanningSlots.planAgenda(Long idSaas, Long idAagePadre, BOPlanSlot slot, PooledConnection conn) protected voidBTProjectActivityDetailedDebriefingSave.savePlanSlots(BOPlanSlot slot, BOWorkOrderOperation operation, BOProjectActivity activity, boolean isLastSlot, PooledConnection pc) protected voidBTProjectActivityDetailedDebriefingSave.saveUserDebriefingData(BOAgendaResource user, BOPlanSlot slot, BOWorkOrderOperation operation, PooledConnection pc) protected voidBTProjectActivityGenericDebriefingAlign.setDebriefingDates(BOPlanSlot slot, BOProjectActivity projectActivity, BOWorkOrderOperation operation, PoolKit pk) protected voidBTSaveOperationSchedulingSlots.updateAppointentWorkorderStatus(BOWorkOrderOperation operation, BOPlanSlot planSlot, PoolKit pk) protected BOProjectActivityBTProjectActivityGenericDebriefingAlign.updateProjectActivity(BOPlanSlot slot, BOProjectActivity projectActivity, BOWorkOrderOperation operation, PoolKit pk) -
Uses of BOPlanSlot in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation
Fields in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation with type parameters of type BOPlanSlotModifier and TypeFieldDescriptionprotected Map<Long, List<BOPlanSlot>> PlanningSlotEvaluator.operationInterventionsMethods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation that return types with arguments of type BOPlanSlotModifier and TypeMethodDescriptionSlotEvaluationDataLoaderEvent.getOperationInterventions()protected Map<Long, List<BOPlanSlot>> BTSlotEvaluationDataLoader.loadOperationInterventions(SlotEvaluationDataLoaderEvent event, PoolKit pk) Methods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation with parameters of type BOPlanSlotModifier and TypeMethodDescriptionprotected ScheduledInterventionPlanningSlotEvaluator.finalizeSchedulingSlot(OperationTimeRange operationTimeRange, BOPlanSlot planSlot) Method parameters in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation with type arguments of type BOPlanSlotModifier and TypeMethodDescriptionvoidSlotEvaluationDataLoaderEvent.setOperationInterventions(Map<Long, List<BOPlanSlot>> activityInterventions) -
Uses of BOPlanSlot in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline
Fields in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline with type parameters of type BOPlanSlotModifier and TypeFieldDescriptionprotected Collection<BOPlanSlot> ActivityPlanSlotTimeLineBuilder.activityPlanSlotsMethod parameters in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline with type arguments of type BOPlanSlotModifier and TypeMethodDescriptionActivityPlanSlotTimeLineBuilder.build(List<BOPlanSlot> activityPlanSlots, List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> intervals) -
Uses of BOPlanSlot in overit.geocallapp.wfm.project.ux.structure.gantt
Fields in overit.geocallapp.wfm.project.ux.structure.gantt with type parameters of type BOPlanSlotModifier and TypeFieldDescriptionprotected Collection<GanttBlock<BOPlanSlot>> ProjectGanttRow._executionBlocksprotected Map<String, GanttBlock<BOPlanSlot>> ProjectGanttRow._executionBlocksIndexprotected Collection<GanttBlock<BOPlanSlot>> ProjectGanttRow._planningBlocksprotected Map<String, GanttBlock<BOPlanSlot>> ProjectGanttRow._planningBlocksIndexMethods in overit.geocallapp.wfm.project.ux.structure.gantt that return types with arguments of type BOPlanSlotModifier and TypeMethodDescriptionProjectGanttRow.getExecutionBlocks()ProjectGanttRow.getPlanningBlocks()Methods in overit.geocallapp.wfm.project.ux.structure.gantt with parameters of type BOPlanSlotModifier and TypeMethodDescriptionprotected voidProjectGanttDataBuilder.buildInterventionExecutionBlock(BOPlanSlot slot, ProjectGanttRow activityRow) protected voidProjectGanttDataBuilder.buildPlanningBlock(BOPlanSlot slot, ProjectGanttRow activityRow, overit.geocallapp.wfm.ui.common.ColorPalette palette) protected StringProjectGanttDataBuilder.getExecutionColor(BOPlanSlot planSlot) protected booleanProjectGanttDataBuilder.isFinalDebriefing(BOPlanSlot planSlot) Method parameters in overit.geocallapp.wfm.project.ux.structure.gantt with type arguments of type BOPlanSlotModifier and TypeMethodDescriptionvoidProjectGanttRow.addExecutionBlock(GanttBlock<BOPlanSlot> block) voidProjectGanttRow.addPlanningBlock(GanttBlock<BOPlanSlot> block) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.buildBaseBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawExecutionBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawProgrammingBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) ProjectGanttTimeLineRenderer.getExecutionBlockElementId(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block) protected DateProjectGanttRow.getMinBlockDate(Collection<GanttBlock<BOPlanSlot>> blocks) ProjectGanttTimeLineRenderer.getPlanningBlockElementId(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block) -
Uses of BOPlanSlot in overit.geocallapp.wfm.project.ux.wizard
Methods in overit.geocallapp.wfm.project.ux.wizard with parameters of type BOPlanSlotModifier and TypeMethodDescriptionprotected voidOperationDetailedDebriefingWizard.updateSlotExecutionDates(BOPlanSlot slot, Date startDate, Date endDate)