Class PreviousMeterReadingLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<HashGetter>
overit.geocall.bl.BusinessEvent<HashGetter>
overit.geocall.bl.SimpleBusinessEvent<PreviousMeterReadingLoadEventInput,HashGetter>
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.event.PreviousMeterReadingLoadEvent
public class PreviousMeterReadingLoadEvent
extends SimpleBusinessEvent<PreviousMeterReadingLoadEventInput,HashGetter>
Event to load the last reading data for a meter.
The launcher must provide a valid workorder operation id and a meter Id in order to successfully call this event.
The listener loads the reading
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTPreviousMeterReadingLoad(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
ConstructorsConstructorDescriptionLoad the last reading data for a meter. -
Method Summary
Methods 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
-
PreviousMeterReadingLoadEvent
Load the last reading data for a meter.- Parameters:
input- the input parameters object for event
-