Class SlotEvaluationDataLoaderEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.SlotEvaluationDataLoaderEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionSlotEvaluationDataLoaderEvent(OperationPlanSlotPlanningParameters planningParams, OperationPlanSlotSchedulingParameters schedulingParams) -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfigurationvoidsetActivityCalendars(Map<Long, overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration> activityCalendars) voidsetCustomCalendar(overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration customCalendar) voidsetOperationInterventions(Map<Long, List<BOPlanSlot>> activityInterventions) voidsetPlanningParams(OperationPlanSlotPlanningParameters planningParams) voidsetResourcesData(Map<Long, ResourceData> resourcesData) voidsetSchedulingParams(OperationPlanSlotSchedulingParameters schedulingParams) voidsetTimeRanges(List<OperationTimeRange> timeRanges) voidsetWorkShiftType(BOWorkShiftType workShiftType) Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
SlotEvaluationDataLoaderEvent
public SlotEvaluationDataLoaderEvent(OperationPlanSlotPlanningParameters planningParams, OperationPlanSlotSchedulingParameters schedulingParams)
-
-
Method Details
-
getResourcesData
-
setResourcesData
-
getOperationInterventions
-
setOperationInterventions
-
getCustomCalendar
public overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration getCustomCalendar() -
setCustomCalendar
public void setCustomCalendar(overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfiguration customCalendar) -
getPlanningParams
-
setPlanningParams
-
getSchedulingParams
-
setSchedulingParams
-
getWorkShiftType
-
setWorkShiftType
-
getTimeRanges
-
setTimeRanges
-
getActivityCalendars
-
setActivityCalendars
-