Uses of Class
overit.geocallapp.wfm.core.bl.mobilecard.interventionrule.MobileCardInterventionRule
Packages that use MobileCardInterventionRule
Package
Description
-
Uses of MobileCardInterventionRule in overit.geocallapp.wfm.core.bl.mobilecard
Methods in overit.geocallapp.wfm.core.bl.mobilecard with parameters of type MobileCardInterventionRuleModifier and TypeMethodDescriptionstatic voidMobileCardsUtils.checkDuplicatedInterventionGroupRule(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) Check if the rule pairs (User Types/Intevention States) are in conflict with the list of rules pairs rule can be a modified rule of the list or a new one .static voidMobileCardsUtils.checkInterventionGroupRule(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) A list ok checks on rule correctenss.static voidMobileCardsUtils.checkRuleCodeUnivocity(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) Check if the rule has unique code in the list of rules.Method parameters in overit.geocallapp.wfm.core.bl.mobilecard with type arguments of type MobileCardInterventionRuleModifier and TypeMethodDescriptionstatic voidMobileCardsUtils.checkDuplicatedInterventionGroupRule(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) Check if the rule pairs (User Types/Intevention States) are in conflict with the list of rules pairs rule can be a modified rule of the list or a new one .static voidMobileCardsUtils.checkDuplicatedInterventionGroupRules(List<MobileCardInterventionRule> rules) Check if pairs (User Types/Intevention States) are in conflict within a list of MobileCardInterventionRule .static voidMobileCardsUtils.checkInterventionGroupRule(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) A list ok checks on rule correctenss.static voidMobileCardsUtils.checkInterventionGroupRules(List<MobileCardInterventionRule> rules) A list ok checks on Intervention Group rules.static voidMobileCardsUtils.checkRuleCodesUnivocity(List<MobileCardInterventionRule> rules) Check if pairs (User Types/Intevention States) are in conflict within a list of MobileCardInterventionRule .static voidMobileCardsUtils.checkRuleCodeUnivocity(List<MobileCardInterventionRule> rules, MobileCardInterventionRule rule, int ruleIndex) Check if the rule has unique code in the list of rules. -
Uses of MobileCardInterventionRule in overit.geocallapp.wfm.core.bl.mobilecard.configuration
Fields in overit.geocallapp.wfm.core.bl.mobilecard.configuration with type parameters of type MobileCardInterventionRuleModifier and TypeFieldDescriptionprotected List<MobileCardInterventionRule> MobileCardConfiguration.mobileCardsInterventionRulesMethods in overit.geocallapp.wfm.core.bl.mobilecard.configuration that return types with arguments of type MobileCardInterventionRuleModifier and TypeMethodDescriptionMobileCardConfiguration.getMobileCardsInterventionRules()Returns the Mobile Cards Intervention Rules.Method parameters in overit.geocallapp.wfm.core.bl.mobilecard.configuration with type arguments of type MobileCardInterventionRuleModifier and TypeMethodDescriptionvoidMobileCardConfiguration.setMobileCardsInterventionRules(List<MobileCardInterventionRule> mobileCardsInterventionRules) Sets the Mobile Cards Intervention Rules. -
Uses of MobileCardInterventionRule in overit.geocallapp.wfm.core.bl.mobilecard.interventionrule
Methods in overit.geocallapp.wfm.core.bl.mobilecard.interventionrule that return MobileCardInterventionRuleModifier and TypeMethodDescriptionMobileCardInterventionRule.clone()Clones a MobileCardInterventionRule.Methods in overit.geocallapp.wfm.core.bl.mobilecard.interventionrule with parameters of type MobileCardInterventionRuleModifier and TypeMethodDescriptionbooleanMobileCardInterventionRule.checkUserTypeAndStatesConfilcts(MobileCardInterventionRule rule) Check if the pairs (User Types/Intervention States) conflict with those in the rule parameter (only if both rules are Active) -
Uses of MobileCardInterventionRule in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration
Methods in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration with parameters of type MobileCardInterventionRuleModifier and TypeMethodDescriptionprotected booleanMobileCardsConfigurationDetail.checkRule(MobileCardInterventionRule rule, int ruleIndex) A list of checks on the corretcness of the rule -
Uses of MobileCardInterventionRule in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule
Fields in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule declared as MobileCardInterventionRuleModifier and TypeFieldDescriptionprotected MobileCardInterventionRuleMobileCardsRuleDetailParams.cardInterventionRuleprotected MobileCardInterventionRuleMobileCardsRuleDetail.mobileCardRuleprotected MobileCardInterventionRulePanelEditMobileCardsRule.mobileCardRuleMethods in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule that return MobileCardInterventionRuleModifier and TypeMethodDescriptionMobileCardsRuleDetailParams.getCardInterventionRule()Returns the Card Intervention Rule.Methods in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule with parameters of type MobileCardInterventionRuleModifier and TypeMethodDescriptionvoidMobileCardsRuleDetailParams.setCardInterventionRule(MobileCardInterventionRule cardInterventionRule) Sets the Card Intervention Rule.