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