Uses of Class
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.BundlingRule
Packages that use BundlingRule
Package
Description
-
Uses of BundlingRule in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule that return BundlingRuleModifier and TypeMethodDescriptionstatic BundlingRuleBundlingRule.makeFallbackBundlingRule()Creates a fallback bundling rule used as backup when no other rules are applicable.Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule with parameters of type BundlingRuleModifier and TypeMethodDescriptionintBundlingRule.compareTo(BundlingRule bundlingRule) Compares the current bundling rule to the given one. -
Uses of BundlingRule in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event with parameters of type BundlingRuleModifierConstructorDescriptionInstantiates a new bundling rule save event. -
Uses of BundlingRule in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that return BundlingRuleModifier and TypeMethodDescriptionBundlingRuleLoader.loadBundlingRule(Long bundlingRuleId, PoolKit poolKit) Loads the wholeBundlingRuleentity starting from a given id.BundlingRuleLoader.loadBundlingRule(BOBundlingRuleHeader bundlingRuleHeader, PoolKit poolKit) Loads theBundlingRulewhole entity starting from aBOBundlingRuleHeader.Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task with parameters of type BundlingRuleModifier and TypeMethodDescriptionprotected voidBTBundlingRuleSave.deleteAssociatedFilters(BundlingRule rule, PoolKit poolKit) Deletes all theBOBundlingRuleFilters already associated to the givenBundlingRule.protected voidBTBundlingRuleSave.deleteAssociatedOrderings(BundlingRule rule, PoolKit poolKit) Deletes all theBOBundlingRuleOrderingalready associated to the givenBundlingRule.protected voidBTBundlingRuleSave.insertFilters(BundlingRule rule, PoolKit poolKit) Inserts all the givenBOBundlingRuleFilterin order to associate them to the currentBundlingRule.protected voidBTBundlingRuleSave.insertOrderings(BundlingRule rule, PoolKit poolKit) Inserts all the givenBOBundlingRuleOrderingin order to associate them to the currentBundlingRule. -
Uses of BundlingRule in overit.geocallapp.wfm.bundler.integration
Methods in overit.geocallapp.wfm.bundler.integration that return BundlingRuleModifier and TypeMethodDescriptionBundlerEventProvider.getBundlingRule(Long bundlingRuleId) BundlerProvider.getBundlingRule(Long bundlingRuleId) -
Uses of BundlingRule in overit.geocallapp.wfm.core.ux.bundler
Methods in overit.geocallapp.wfm.core.ux.bundler that return types with arguments of type BundlingRuleModifier and TypeMethodDescriptionprotected List<BundlingRule> TestSimpleBundler.buildBundlingRule() -
Uses of BundlingRule in overit.geocallapp.wfm.core.ux.bundler.configuration.rule
Methods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule that return BundlingRuleModifier and TypeMethodDescriptionprotected BundlingRuleSearchBundlingRule.getBundlingRuleFromRow(UIMessage uim) Methods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule with parameters of type BundlingRuleModifier and TypeMethodDescriptionprotected voidServerTableViewBundlingRule.updateRow(int row, BundlingRule rule) Method parameters in overit.geocallapp.wfm.core.ux.bundler.configuration.rule with type arguments of type BundlingRuleModifier and TypeMethodDescriptionprotected voidServerTableViewBundlingRule.completeDBViewData(DBView headersDBView, List<BundlingRule> bundlingRules) protected voidSearchBundlingRule.processBundling(List<BundlingRule> bundlingRules) -
Uses of BundlingRule in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail
Fields in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail declared as BundlingRuleMethods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail that return BundlingRuleModifier and TypeMethodDescriptionBundlingRuleDetailInput.getBundlingRule()Returns the bundling rule.Methods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail with parameters of type BundlingRuleModifier and TypeMethodDescriptionprotected voidBundlingRuleDetail.saveRule(BundlingRule rule) voidBundlingRuleDetailInput.setBundlingRule(BundlingRule rule) Sets the bundling rule. -
Uses of BundlingRule in overit.geocallapp.wfm.core.ux.bundler.search.common
Methods in overit.geocallapp.wfm.core.ux.bundler.search.common that return types with arguments of type BundlingRuleModifier and TypeMethodDescriptionprotected List<BundlingRule> PanelCreateBundle.loadBundlingRules()Loads the selected bundling rules. -
Uses of BundlingRule in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task that return BundlingRuleModifier and TypeMethodDescriptionprotected BundlingRuleBTBundleCreateFromPartialOperations.loadBundlingRule(Long bundlingRuleId, PoolKit poolKit) Loads the bundling rule from the given id.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task with parameters of type BundlingRuleModifier and TypeMethodDescriptionprotected voidBTBundleCreateFromPartialOperations.createNewBundle(List<Long> workOrderOperationIds, BundlingRule bundlingRule, Bundle parentBundle, PoolKit poolKit) Creates a new bundle from work order operations with partial outcomes. -
Uses of BundlingRule in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event that return BundlingRuleModifier and TypeMethodDescriptionBundlingCriteriaApplyInput.getBundlingRule()Returns theBundlingRulethat will be processed by bundling criteria.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event that return types with arguments of type BundlingRuleMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event with parameters of type BundlingRuleModifier and TypeMethodDescriptionvoidBundlingCriteriaApplyInput.setBundlingRule(BundlingRule bundlingRule) Sets theBundlingRulethat will be processed by bundling criteria.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event with type arguments of type BundlingRuleModifier and TypeMethodDescriptionvoidBundlingInput.setBundlingRules(List<BundlingRule> bundlingRules) Sets the bundling rules. -
Uses of BundlingRule in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that return types with arguments of type BundlingRuleModifier and TypeMethodDescriptionprotected List<BundlingRule> BTAutomaticBundling.getActiveAndAutomaticRules(PoolKit poolKit) Retrieves all the active and automatic rules.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task with parameters of type BundlingRuleModifier and TypeMethodDescriptionprotected Map<BOBundleCriterion, List<BOWorkOrderOperation>> BTBundling.applyBundlingCriteria(BundlingInput bundlingInput, BundlingRule rule, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Applies the bundling criteria.BTBundling.createBundlesByCriterion(BundlingRule rule, BOBundleCriterion bundleCriterion, List<BOWorkOrderOperation> workOrderOperations, BundlingInput bundlingInput, PoolKit poolKit) Creates theBundles starting from the givenBOBundleCriterionand the list ofBOWorkOrderOperationto aggregate.BundlerMessageHelper.getBundlingRuleLog(BundlingRule bundlingRule) Returns theBundlingRulelog message.protected List<BOWorkOrderOperation> BTBundling.getWorkOrderOperations(BundlingInput input, BundlingRule rule, PoolKit poolKit) Returns the sorted list of all theBOWorkOrderOperations that are valid for the aggregation.protected List<BOWorkOrderOperation> BTBundling.loadWorkOrderOperations(BundlingRule rule, List<Long> workOrderOperationIds, BundleEntitiesCache cache, PoolKit poolKit) Loads the list ofBOWorkOrderOperationfrom the given input, using also the work order filters set on theBundlingRuleprotected List<List<BOWorkOrderOperation>> BTBundling.partitionBundleWorkOrderOperations(BundlingRule rule, List<BOWorkOrderOperation> workOrderOperations) If a maximum size was previously selected, it divides the list ofBOWorkOrderOperationinto different sized list.BTBundling.processBundlingRule(BundlingInput input, BundlingRule rule, PoolKit poolKit) Creates the bundles starting from the givenBundlingRuleand theBundlingInput.protected List<BOWorkOrderOperation> BTBundling.sortWorkOrderOperations(List<BOWorkOrderOperation> woOperations, BundlingRule bundlingRule, BundlingInput input, PoolKit poolKit) Sorts the list ofBOWorkOrderOperation.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task with type arguments of type BundlingRuleModifier and TypeMethodDescriptionBTAutomaticBundling.bundle(List<BundlingRule> rules, BundleEntitiesCache cache, PoolKit poolKit) Creates newBundles starting from the given rules.