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