Class BTMeterReadingStateLoad
java.lang.Object
overit.geocall.bl.BusinessTask<MeterReadingStateLoadEvent>
overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task.BTMeterReadingStateLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(MeterReadingStateLoadEvent.class)
public class BTMeterReadingStateLoad
extends BusinessTask<MeterReadingStateLoadEvent>
Business task in order to load a
When the
BOMeterReadingState. When the
MeterReadingStateLoadEvent is launched
the BT notices the call and loads the BOMeterReadingState basing on the event's input. Required fields:
- meter reading state id
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MeterReadingStateLoadEvent 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
-
BTMeterReadingStateLoad
public BTMeterReadingStateLoad()
-
-
Method Details
-
body
protected void body(MeterReadingStateLoadEvent event, PoolKit pk) throws DAException, DAValidateException Writes the loaded meter reading state into the event journal.- Specified by:
bodyin classBusinessTask<MeterReadingStateLoadEvent>- Parameters:
event- theMeterReadingStateLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-