Class RoughPlanningLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BORoughPlanning>
overit.geocall.bl.BusinessEvent<BORoughPlanning>
overit.geocall.bl.SimpleBusinessEvent<Long,BORoughPlanning>
overit.geocall.bl.GenericLoadEvent<Long,BORoughPlanning>
overit.geocall.bl.LoadEvent<BORoughPlanning>
overit.geocallapp.wfm.roughplanning.bl.event.RoughPlanningLoadEvent
Event to load a
The launcher must provide a Long that represents the id of the rough planning to load.
BORoughPlanning. The launcher must provide a Long that represents the id of the rough planning to load.
- Since:
- 18.0
-
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
ConstructorsConstructorDescriptionRoughPlanningLoadEvent(Long roughPlanningId) Instantiates a new rough planning load event. -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods 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
-
RoughPlanningLoadEvent
Instantiates a new rough planning load event.- Parameters:
roughPlanningId- a Long that represents the id of the rough planning to load
-