Class BTInterventionStatusLoad
java.lang.Object
overit.geocall.bl.BusinessTask<InterventionStatusLoadEvent>
overit.geocallapp.wfm.execution.bl.intervention.status.task.BTInterventionStatusLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(InterventionStatusLoadEvent.class)
public class BTInterventionStatusLoad
extends BusinessTask<InterventionStatusLoadEvent>
Business task in order to load a
BOInterventionStatus.
When the InterventionStatusLoadEvent is launched
the BT notices the call and loads the BOInterventionStatus basing on the event's input.- Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(InterventionStatusLoadEvent event, PoolKit pk) Writes the loaded intervention status into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTInterventionStatusLoad
public BTInterventionStatusLoad()
-
-
Method Details
-
body
protected void body(InterventionStatusLoadEvent event, PoolKit pk) throws DAException, DAValidateException Writes the loaded intervention status into the event journal.- Specified by:
bodyin classBusinessTask<InterventionStatusLoadEvent>- Parameters:
event- theInterventionStatusLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-