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