Uses of Class
overit.geocallapp.wfm.bundler.bl.header.BOBundleHeader
Packages that use BOBundleHeader
Package
Description
-
Uses of BOBundleHeader in overit.geocallapp.wfm.bundler.bl
Methods in overit.geocallapp.wfm.bundler.bl that return BOBundleHeaderMethods in overit.geocallapp.wfm.bundler.bl with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionvoidBundle.setHeader(BOBundleHeader header) Sets the bundle header. -
Uses of BOBundleHeader in overit.geocallapp.wfm.bundler.bl.header.event
Constructors in overit.geocallapp.wfm.bundler.bl.header.event with parameters of type BOBundleHeaderModifierConstructorDescriptionInstantiates a new bundle header insert event.Instantiates a new bundle header update event. -
Uses of BOBundleHeader in overit.geocallapp.wfm.bundler.bl.header.task
Methods in overit.geocallapp.wfm.bundler.bl.header.task that return BOBundleHeaderModifier and TypeMethodDescriptionprotected BOBundleHeaderBTBundleHeaderLockedUpdate.loadBundleHeader(PoolKit poolKit, BundleHeaderLockedUpdateInput input) It loads theBOBundleHeaderfrom the given id stored in theBundleHeaderLockedUpdateInput. -
Uses of BOBundleHeader in overit.geocallapp.wfm.bundler.bl.task
Methods in overit.geocallapp.wfm.bundler.bl.task that return BOBundleHeaderModifier and TypeMethodDescriptionprotected BOBundleHeaderBTBundleLock.loadBundleHeader(PoolKit poolKit, Long bundleId) Loads theBOBundleHeaderrelated to the given id.protected BOBundleHeaderBTBundleUnlock.loadBundleHeader(PoolKit poolKit, Long bundleId) Loads theBOBundleHeaderrelated to the given id.Methods in overit.geocallapp.wfm.bundler.bl.task with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionprotected voidBTBundleLock.lockBundle(BOBundleHeader header, PoolKit poolKit) Performs the update of theBOBundleHeaderby locking it.protected voidBTBundleUnlock.unlockBundle(BOBundleHeader header, PoolKit poolKit) Performs the update of theBOBundleHeaderby unlocking it. -
Uses of BOBundleHeader in overit.geocallapp.wfm.bundler.integration
Methods in overit.geocallapp.wfm.bundler.integration with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionBundlerEventProvider.insertBundleHeder(BOBundleHeader header, PoolKit poolKit) BundlerProvider.insertBundleHeder(BOBundleHeader header, PoolKit poolkit) voidBundlerEventProvider.updateBundleHeader(BOBundleHeader bundleHeader) voidBundlerProvider.updateBundleHeader(BOBundleHeader bundleHeader) -
Uses of BOBundleHeader in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionprotected voidBundleDetail.setOperationBarButtonsVisibility(BOBundleHeader header) protected voidBundleDetail.setParentBundleName(BOBundleHeader header) Set the parent bundle name in the bundle scheduling data tab. -
Uses of BOBundleHeader in overit.geocallapp.wfm.core.ux.bundler.search.detail.map
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionBundleMapLayerBase.extractFeaturesData(BOBundleHeader header, BOBundleOperation bundleOperation, BOWorkOrderOperation workOrderOperation, BOAddress address) Extracts coordinates data from bundle operation, work order operation, and address. -
Uses of BOBundleHeader in overit.geocallapp.wfm.core.ux.schedule.dailyplan
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan that return BOBundleHeaderModifier and TypeMethodDescriptionDailyPlanBundleCache.getBundleHeaderById(Long bundleId) Finds a bundle header by its ID.Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan that return types with arguments of type BOBundleHeaderModifier and TypeMethodDescriptionDailyPlanBundleCache.getBundleHeaders()Returns all bundle headers in the cache. -
Uses of BOBundleHeader in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task that return types with arguments of type BOBundleHeaderModifier and TypeMethodDescriptionprotected Collection<BOBundleHeader> BTDailyPlanBundleCacheInitialize.loadBundleHeaders(Collection<Long> bundleIds, PoolKit poolKit) Loads bundle headers for the specified bundle IDs. -
Uses of BOBundleHeader in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionprotected voidBTBundleOperationCancel.updateHeader(BOBundleHeader bundleHeader, PoolKit poolKit) Updates the givenBOBundleHeader. -
Uses of BOBundleHeader in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that return BOBundleHeaderModifier and TypeMethodDescriptionprotected BOBundleHeaderBTBundleCreate.createHeader(BundleCreateInput input, PoolKit poolKit) Creates a newBOBundleHeaderwith the stateBOBundleStatus.Values.SCHEDULABLEand all the other basic informations.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that return types with arguments of type BOBundleHeaderModifier and TypeMethodDescriptionprotected List<BOBundleHeader> BTAutomaticBundling.getSchedulableBundles(PoolKit poolKit) Retrieves the existing schedulable and not lockedBundles.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task with parameters of type BOBundleHeaderModifier and TypeMethodDescriptionprotected LongBTBundleCreate.insertHeader(BOBundleHeader bundleHeader, PoolKit poolKit) Performs the insertion of the preparedBOBundleHeader.