Class MeterReadingStateLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMeterReadingState>
overit.geocall.bl.BusinessEvent<BOMeterReadingState>
overit.geocall.bl.SimpleBusinessEvent<Long,BOMeterReadingState>
overit.geocall.bl.GenericLoadEvent<Long,BOMeterReadingState>
overit.geocall.bl.LoadEvent<BOMeterReadingState>
overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.event.MeterReadingStateLoadEvent
Event to load a
The launcher must provide a valid meter reading state id in order to successfully call this event.
The listener loads all the
BOMeterReadingState. The launcher must provide a valid meter reading state id in order to successfully call this event.
The listener loads all the
BOMeterReadingState components starting from the event input,
i.e. the given meter reading state id. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTMeterReadingStateLoad(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
ConstructorsConstructorDescriptionInstantiates a new meter reading state 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
-
MeterReadingStateLoadEvent
Instantiates a new meter reading state load event.- Parameters:
id- the meter reading state id
-