Uses of Class
overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata.ResourceData
Packages that use ResourceData
Package
Description
-
Uses of ResourceData 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 ResourceDataModifier and TypeFieldDescriptionprotected Map<Long, ResourceData> PlanningSlotEvaluator.resourcesDataprotected Map<Long, ResourceData> SchedulingSlotEvaluator.resourcesDataMethods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation that return types with arguments of type ResourceDataModifier and TypeMethodDescriptionSlotEvaluationDataLoaderEvent.getResourcesData()protected Map<Long, ResourceData> BTEvaluateOperationPlanSchedulingSlot.loadResourceData(List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> requiredRanges, OperationPlanSlotSchedulingParameters schedulingParams, PoolKit pk) protected Map<Long, ResourceData> BTSlotEvaluationDataLoader.loadResourceData(List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> requiredRanges, SlotEvaluationDataLoaderEvent event, PoolKit pk) Method parameters in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation with type arguments of type ResourceDataModifier and TypeMethodDescriptionvoidSchedulingSlotEvaluator.init(Map<Long, ResourceData> resourcesData, OperationPlanSlotSchedulingParameters schedulingParameters) voidSlotEvaluationDataLoaderEvent.setResourcesData(Map<Long, ResourceData> resourcesData) voidPlanningSlotEvaluator.setStartingData(Map<Long, ResourceData> resourcesData, Map<Long, List<BOPlanSlot>> operationInterventions, Map<Long, overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration> activityCalendar, overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration calendar, BOWorkShiftType workShiftType) -
Uses of ResourceData in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline
Fields in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline declared as ResourceDataModifier and TypeFieldDescriptionprotected ResourceDataPlanningResourceDataTimeLineBuilder.resourceDataprotected ResourceDataSchedulingResourceDataTimeLineBuilder.resourceDataMethods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.timeline with parameters of type ResourceDataModifier and TypeMethodDescriptionPlanningResourceDataTimeLineBuilder.build(ResourceData resourceData, List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> intervals, boolean isOperationOverlappable) SchedulingResourceDataTimeLineBuilder.build(ResourceData resourceData, BOWorkOrderOperation operation, ScheduledIntervention intervention, boolean useResourceCalendar)