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