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