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