Class BTGisOfflinePackageLoad
java.lang.Object
overit.geocall.bl.BusinessTask<GisOfflinePackageLoadEvent>
overit.geocallapp.wfm.core.bl.gis.offline.task.BTGisOfflinePackageLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(GisOfflinePackageLoadEvent.class)
public class BTGisOfflinePackageLoad
extends BusinessTask<GisOfflinePackageLoadEvent>
Business task in order to load a
When the
BOGisOfflinePackage. When the
GisOfflinePackageLoadEvent is launched
the BT notices the call and loads the BOGisOfflinePackage basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(GisOfflinePackageLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGisOfflinePackageand writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTGisOfflinePackageLoad
public BTGisOfflinePackageLoad()
-
-
Method Details
-
body
protected void body(GisOfflinePackageLoadEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOGisOfflinePackageand writes it into the event journal.- Specified by:
bodyin classBusinessTask<GisOfflinePackageLoadEvent>- Parameters:
event- theGisOfflinePackageLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-