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