Class MeasureUnitLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMeasureUnit>
overit.geocall.bl.BusinessEvent<BOMeasureUnit>
overit.geocall.bl.SimpleBusinessEvent<Long,BOMeasureUnit>
overit.geocall.bl.GenericLoadEvent<Long,BOMeasureUnit>
overit.geocall.bl.LoadEvent<BOMeasureUnit>
overit.geocallapp.wfm.systemsettings.bl.measurementunit.event.MeasureUnitLoadEvent
Event to load a
The launcher must provide a valid measure unit id in order to successfully call this event.
The listener loads all the
BOMeasureUnit. The launcher must provide a valid measure unit id in order to successfully call this event.
The listener loads all the
BOMeasureUnit components starting from the event input,
i.e. the given measure unit id. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMeasureUnitLoad(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
ConstructorsConstructorDescriptionMeasureUnitLoadEvent(Long measureUnitId) Instantiates a new measure unit 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
-
MeasureUnitLoadEvent
Instantiates a new measure unit load event.- Parameters:
measureUnitId- the measure unit id
-