Uses of Class
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.BOBundlingRuleHeader
Packages that use BOBundlingRuleHeader
Package
Description
-
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule that return BOBundlingRuleHeaderModifier and TypeMethodDescriptionBundlingRule.getHeader()Returns theBOBundlingRuleHeaderof the rule.Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule with parameters of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionvoidBundlingRule.setHeader(BOBundlingRuleHeader header) Sets theBOBundlingRuleHeaderof the rule. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header with parameters of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionintBOBundlingRuleHeader.compareTo(BOBundlingRuleHeader bundlingRuleHeader) Compares the current bundling rule header to the given one. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.event with parameters of type BOBundlingRuleHeaderModifierConstructorDescriptionInstantiates a new bundling rule insert event.Instantiates a new bundling rule update event.Instantiates a new bundling rule header validate event. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task with parameters of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected booleanBTBundlingRuleHeaderValidate.checkMinAndMax(BOBundlingRuleHeader ruleHeader) Checks if the minimum and the maximum dimensions of theBundleare valid and that the maximum is not greater thanDEFAULT_MAX_BUNDLE_SIZE.protected StringBTBundlingRuleHeaderValidate.getDefaultBundlingRuleCode(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Checks if there are anyBOBundlingRuleHeaderwith flag "isDefault" present and return its code.protected booleanBTBundlingRuleHeaderValidate.isPriorityUnique(PoolKit poolKit, BOBundlingRuleHeader ruleHeader) Checks if the currentBOBundlingRuleHeaderhas a unique priority or not.protected booleanBTBundlingRuleHeaderValidate.isRuleCodeUnique(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Checks if the currentBOBundlingRuleHeaderhas a unique code or not.protected voidBTBundlingRuleHeaderValidate.validateRule(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Performs all the needed validation for theBOBundlingRuleHeader. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that return BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected BOBundlingRuleHeaderBundlingRuleLoader.loadBundlingRuleHeader(Long ruleId, PoolKit poolKit) Loads theBOBundlingRuleHeader.Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that return types with arguments of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected PageResponse<BOBundlingRuleHeader> BTBundlingRuleSearch.searchBundlingRules(Page page, BundlingRuleSearchFilter searchFilter, PoolKit pk) Searches for the neededBOBundlingRuleHeaders using the information contained into the givenBundlingRuleSearchFilter.Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task with parameters of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected LongBTBundlingRuleSave.insertBundlingRuleHeader(BOBundlingRuleHeader header, PoolKit poolKit) Inserts the givenBOBundlingRuleHeader.BundlingRuleLoader.loadBundlingRule(BOBundlingRuleHeader bundlingRuleHeader, PoolKit poolKit) Loads theBundlingRulewhole entity starting from aBOBundlingRuleHeader.protected voidBTBundlingRuleSave.updateBundlingRuleHeader(BOBundlingRuleHeader header, PoolKit poolKit) Updates theBOBundlingRuleHeader. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.core.ux.bundler
Methods in overit.geocallapp.wfm.core.ux.bundler that return BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected BOBundlingRuleHeaderTestSimpleBundler.buildBundlingCriteriaInput() -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.core.ux.bundler.search.common
Methods in overit.geocallapp.wfm.core.ux.bundler.search.common that return BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected BOBundlingRuleHeaderPanelCreateBundle.loadBundlingRuleHeader(Long rule) Loads theBOBundlingRuleHeaderfor the given id. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail that return BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected BOBundlingRuleHeaderBundleDetail.loadBundlingRuleHeader(Long rule) Loads theBOBundlingRuleHeaderfor the given id. -
Uses of BOBundlingRuleHeader in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task with parameters of type BOBundlingRuleHeaderModifier and TypeMethodDescriptionprotected LongBTBundling.getMaxBundleDuration(BOBundlingRuleHeader bundlingRuleHeader) Returns the max bundle duration set in theBOBundlingRuleHeader.protected intBTBundling.getMaxBundleSize(BOBundlingRuleHeader bundlingRuleHeader) Returns the max bundle size set in theBOBundlingRuleHeader.protected intBTBundling.getMinBundleSize(BOBundlingRuleHeader bundlingRuleHeader) Returns the min bundle size set in theBOBundlingRuleHeader.