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