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