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