Class RoughPlanningResourceResultLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BORoughPlanningResourceResult>
overit.geocall.bl.BusinessEvent<BORoughPlanningResourceResult>
overit.geocall.bl.SimpleBusinessEvent<Long,BORoughPlanningResourceResult>
overit.geocall.bl.GenericLoadEvent<Long,BORoughPlanningResourceResult>
overit.geocall.bl.LoadEvent<BORoughPlanningResourceResult>
overit.geocallapp.wfm.roughplanning.bl.resource.result.event.RoughPlanningResourceResultLoadEvent
Event to load a
The launcher must provide a Long that represents the id of the rough planning resource result to load.
BORoughPlanningResourceResult. The launcher must provide a Long that represents the id of the rough planning resource result 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
ConstructorsConstructorDescriptionRoughPlanningResourceResultLoadEvent(Long roughPlanningResourceId) Instantiates a new rough planning resource result 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
-
RoughPlanningResourceResultLoadEvent
Instantiates a new rough planning resource result load event.- Parameters:
roughPlanningResourceId- a Long that represents the id of the rough planning resource result to load
-