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