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