Class EvaluateOperationPlanPlanningSlotsEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Void,Void>
overit.geocallapp.wfm.project.bl.management.planning.be.EvaluateOperationPlanPlanningSlotsEvent
Event to launch to ask to the system
the calculation of a planning slot list
-
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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSlots()Deprecated.Use the return type of the Event to retrieve the result of the elaboration in the JournalvoidsetPlanningParameters(OperationPlanSlotPlanningParameters planningParameters) voidsetSchedulingParameters(OperationPlanSlotSchedulingParameters schedulingParameters) voidsetSlots(List<OperationPlanning> slots) Deprecated.Use the return type of the Event to retrieve the result of the elaboration in the JournalvoidsetTimeRanges(List<OperationTimeRange> timeRanges) Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
EvaluateOperationPlanPlanningSlotsEvent
-
-
Method Details
-
getTimeRanges
-
setTimeRanges
-
getPlanningParameters
-
setPlanningParameters
-
getSchedulingParameters
-
setSchedulingParameters
-
getSlots
Deprecated.Use the return type of the Event to retrieve the result of the elaboration in the Journal- Returns:
- a list of
OperationPlanning
-
setSlots
Deprecated.Use the return type of the Event to retrieve the result of the elaboration in the Journal- Parameters:
slots- the list ofOperationPlanning
-