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