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