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