Class BTInterventionOutcomeValidationStatusUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<InterventionOutcomeValidationStatusUpdateEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task.BTInterventionOutcomeValidationStatusUpdate
- All Implemented Interfaces:
Serializable,Tool
@Event(InterventionOutcomeValidationStatusUpdateEvent.class)
public class BTInterventionOutcomeValidationStatusUpdate
extends BusinessTask<InterventionOutcomeValidationStatusUpdateEvent>
Business task in order to update the validation status of an intervention outcome.
- Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(InterventionOutcomeValidationStatusUpdateEvent event, PoolKit poolKit) Updates the validation status of an intervention outcome.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTInterventionOutcomeValidationStatusUpdate
public BTInterventionOutcomeValidationStatusUpdate()
-
-
Method Details
-
body
protected void body(InterventionOutcomeValidationStatusUpdateEvent event, PoolKit poolKit) throws DAException, DAValidateException Updates the validation status of an intervention outcome.- Specified by:
bodyin classBusinessTask<InterventionOutcomeValidationStatusUpdateEvent>- Parameters:
event- theInterventionOutcomeValidationStatusUpdateEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-