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