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