Class BTGisOfflinePackagePushNotificationsDispatch
java.lang.Object
overit.geocall.bl.BusinessTask<GisOfflinePackagePushNotificationsDispatchEvent>
overit.geocallapp.wfm.core.bl.gis.offline.notification.task.BTGisOfflinePackagePushNotificationsDispatch
- All Implemented Interfaces:
Serializable,Tool
@Event(GisOfflinePackagePushNotificationsDispatchEvent.class)
public class BTGisOfflinePackagePushNotificationsDispatch
extends BusinessTask<GisOfflinePackagePushNotificationsDispatchEvent>
Business task in order create and dispatch all the
PushNotification
related to the updated BOGisOfflinePackages. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(GisOfflinePackagePushNotificationsDispatchEvent event, PoolKit poolKit) Creates thePushNotifications to notify that someBOGisOfflinePackages were updated and dispatched them to the right users.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTGisOfflinePackagePushNotificationsDispatch
public BTGisOfflinePackagePushNotificationsDispatch()
-
-
Method Details
-
body
protected void body(GisOfflinePackagePushNotificationsDispatchEvent event, PoolKit poolKit) throws DAException, DAValidateException Creates thePushNotifications to notify that someBOGisOfflinePackages were updated and dispatched them to the right users.- Specified by:
bodyin classBusinessTask<GisOfflinePackagePushNotificationsDispatchEvent>- Parameters:
event- theGisOfflinePackagePushNotificationsDispatchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-