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