Uses of Class
overit.geocallapp.wfm.core.bl.notification.BONotifiableUser
Packages that use BONotifiableUser
Package
Description
-
Uses of BONotifiableUser in overit.geocallapp.wfm.core.bl.datacollection.pushnotification
Methods in overit.geocallapp.wfm.core.bl.datacollection.pushnotification that return BONotifiableUserModifier and TypeMethodDescriptionprotected BONotifiableUserBTSheetInstanceUnlockPushNotification.loadNotifiableUser(Long user, PoolKit poolKit) Loads theBONotifiableUserrelated to the given id.Methods in overit.geocallapp.wfm.core.bl.datacollection.pushnotification with parameters of type BONotifiableUserModifier and TypeMethodDescriptionprotected overit.geocallapp.replicator.basic.base.pushnotifications.PushNotificationBTSheetInstanceUnlockPushNotification.getPushNotification(SheetInstanceUnlockPushNotification input, BONotifiableUser notifiableUser, PoolKit poolKit) Sends the push notification to the target user. -
Uses of BONotifiableUser in overit.geocallapp.wfm.core.bl.gis.offline.notification.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.notification.task that return types with arguments of type BONotifiableUserModifier and TypeMethodDescriptionprotected List<BONotifiableUser> BTGisOfflinePackagePushNotificationsCreate.loadNotifiableUsers(PoolKit poolKit) Loads all the notifiable users.Method parameters in overit.geocallapp.wfm.core.bl.gis.offline.notification.task with type arguments of type BONotifiableUserModifier and TypeMethodDescriptionprotected List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification> BTGisOfflinePackagePushNotificationsCreate.createPushNotifications(Map<BONotifiableUser, List<BOGisOfflinePackage>> offlinePackagesByMobileUser, PoolKit poolKit) Creates the push notifications starting from a map containing all the needed mobile users and the related list ofBOGisOfflinePackagethat were updated. -
Uses of BONotifiableUser in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task that return BONotifiableUserModifier and TypeMethodDescriptionprotected BONotifiableUserBTTransferRequestPushNotificationsDispatch.loadNotifiableUser(Long user, PoolKit poolKit) Loads theBONotifiableUserrelated to the given id.Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task with parameters of type BONotifiableUserModifier and TypeMethodDescriptionprotected overit.geocallapp.replicator.basic.base.pushnotifications.PushNotificationBTTransferRequestPushNotificationsDispatch.createNotification(BOTransferRequestHeader transferRequest, BONotifiableUser notifiableUser, PoolKit poolKit) Creates thePushNotificationstarting from the givenBOTransferRequestHeader.