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