Class InterventionOutcomeSaveEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<InterventionOutcomeSaveInput,Void>
overit.geocallapp.wfm.execution.bl.outcome.intervention.event.InterventionOutcomeSaveEvent
public class InterventionOutcomeSaveEvent
extends SimpleBusinessEvent<InterventionOutcomeSaveInput,Void>
Event to save a
The launcher must provide a valid
The listener saves all the
The
BOInterventionOutcome. The launcher must provide a valid
InterventionOutcomeSaveInput in order to successfully call this event. The listener saves all the
BOInterventionOutcome components starting from the event input,
i.e. the given InterventionOutcomeSaveInput. The
BOInterventionOutcome saving process divide itself into multiple steps:
- validates the input data
- check on the existence of related interventions that are already accounted
- if the intervention is not already closed, it updates also the related appointment, work order operation and work order
- if the intervention is already closed, only few information are allowed to be updated
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTInterventionOutcomeSave(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 intervention outcome save 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
-
InterventionOutcomeSaveEvent
Instantiates a new intervention outcome save event.- Parameters:
input- theInterventionOutcomeSaveInput
-