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