Uses of Class
overit.geocallapp.wfm.core.bl.gis.offline.BOGisOfflinePackage
Packages that use BOGisOfflinePackage
Package
Description
-
Uses of BOGisOfflinePackage in overit.geocallapp.wfm.core.bl.gis.offline.event
Constructors in overit.geocallapp.wfm.core.bl.gis.offline.event with parameters of type BOGisOfflinePackageModifierConstructorDescriptionGisOfflinePackageInsertEvent(BOGisOfflinePackage boGisOfflinePackage) Instantiates a new gis offline package insert event.GisOfflinePackageUpdateEvent(BOGisOfflinePackage boGisOfflinePackage) Instantiates a new gis offline package update event. -
Uses of BOGisOfflinePackage 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 BOGisOfflinePackageModifier and TypeMethodDescriptionprotected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.getModifiedOfflinePackages(PoolKit poolKit) Returns the list ofBOGisOfflinePackagethat were updated since the last notification to the mobile.protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.matchGisOfflinePackages(Long userId, List<BOGisOfflinePackage> offlinePackages, PoolKit poolKit) protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.searchModifiedOfflinePackages(PoolKit poolKit) Searches for all theBOGisOfflinePackagethat are currently active.Method parameters in overit.geocallapp.wfm.core.bl.gis.offline.notification.task with type arguments of type BOGisOfflinePackageModifier 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.protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.matchGisOfflinePackages(Long userId, List<BOGisOfflinePackage> offlinePackages, PoolKit poolKit) -
Uses of BOGisOfflinePackage in overit.geocallapp.wfm.core.bl.gis.offline.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.task that return BOGisOfflinePackageModifier and TypeMethodDescriptionprotected BOGisOfflinePackageBTGisFileOutcomeUpdate.loadGisOfflinePackage(Long externalId, PoolKit poolKit) Loads the neededBOGisOfflinePackage.protected BOGisOfflinePackageBTGisOfflinePackageSaveFile.loadGisOfflinePackage(GisOfflinePackageSaveFileInput input, overit.geocallapp.docshare.docsharing.model.Resource resource, PoolKit pk) Loads theBOGisOfflinePackagerelated to the given id.Methods in overit.geocallapp.wfm.core.bl.gis.offline.task with parameters of type BOGisOfflinePackageModifier and TypeMethodDescriptionprotected voidBTGisOfflinePackageInsert.validate(BOGisOfflinePackage gisOfflinePackage) Validates the data before the insertion.protected voidBTGisOfflinePackageUpdate.validate(BOGisOfflinePackage gisOfflinePackage) Validates the data before the update. -
Uses of BOGisOfflinePackage in overit.geocallapp.wfm.core.bl.gis.rule.event
Fields in overit.geocallapp.wfm.core.bl.gis.rule.event with type parameters of type BOGisOfflinePackageModifier and TypeFieldDescriptionprotected List<BOGisOfflinePackage> GisVisibilityRuleUserMatchInput.offlinePackagesMethods in overit.geocallapp.wfm.core.bl.gis.rule.event that return types with arguments of type BOGisOfflinePackageModifier and TypeMethodDescriptionGisVisibilityRuleUserMatchInput.getOfflinePackages()Returns the offline packages used for the matching.Method parameters in overit.geocallapp.wfm.core.bl.gis.rule.event with type arguments of type BOGisOfflinePackageModifier and TypeMethodDescriptionvoidGisVisibilityRuleUserMatchInput.setOfflinePackages(List<BOGisOfflinePackage> offlinePackages) Sets the offline packages used for the matching. -
Uses of BOGisOfflinePackage in overit.geocallapp.wfm.core.rs5.gis.offline
Methods in overit.geocallapp.wfm.core.rs5.gis.offline that return BOGisOfflinePackageModifier and TypeMethodDescriptionprotected BOGisOfflinePackageGisOfflinePackageService.loadActiveGisOfflinePackage(Long externalId) Loads theBOGisOfflinePackagewhich corresponds to the given external id.Methods in overit.geocallapp.wfm.core.rs5.gis.offline with parameters of type BOGisOfflinePackageModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.model.ResourceGisOfflinePackageService.saveOfflinePackage(BOGisOfflinePackage gisPackage, @NotNull DTOGisFileUploadRequest dto) Calls theGisOfflinePackageSaveFileEventin order to create a new versions of the gis file that is going to be uploaded.