Class MeterReadingsMeasureInsertEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<BOMeterReadingsMeasure,Long>
overit.geocallapp.wfm.core.bl.common.InsertEvent<BOMeterReadingsMeasure>
overit.geocallapp.wfm.ai.bl.configuration.template.event.MeterReadingsMeasureInsertEvent
Event to save a
The listener saves the
BOMeterReadingsMeasure.
The launcher must provide a valid BOMeterReadingsMeasure in order
to successfully call this event. The listener saves the
BOMeterReadingsMeasure components starting
from the event input. - Since:
- 12
-
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 timesheet profile insert event. -
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
-
MeterReadingsMeasureInsertEvent
Instantiates a new timesheet profile insert event.- Parameters:
input- the prepared BOProfile
-