Uses of Class
overit.geocallapp.wfm.mobileforms.bl.outcomerule.BODataCollectionTemplateStructureOutcomeRule
Packages that use BODataCollectionTemplateStructureOutcomeRule
Package
Description
-
Uses of BODataCollectionTemplateStructureOutcomeRule in overit.geocallapp.wfm.core.bl.datacollection.template.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task that return types with arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateStructureOutcomeRule> BTDynamicFormsTemplateAutoGenerableRequiredSearch.searchOutcomeRules(Long templateStructureId, Long outcomeReasonId, PoolKit poolKit) Searches for outcome rules for a template structure and outcome reason. -
Uses of BODataCollectionTemplateStructureOutcomeRule in overit.geocallapp.wfm.core.ux.datacollection.template
Fields in overit.geocallapp.wfm.core.ux.datacollection.template with type parameters of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeFieldDescriptionprotected List<BODataCollectionTemplateStructureOutcomeRule> PanelOutcomeReasonsDataCollectionTemplate.outcomeRulesMethods in overit.geocallapp.wfm.core.ux.datacollection.template that return types with arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateStructureOutcomeRule> PanelOutcomeReasonsDataCollectionTemplate.buildInsertList(DBView selectedDBView) Builds the list of outcome rules to insert.protected List<BODataCollectionTemplateStructureOutcomeRule> PanelOutcomeReasonsDataCollectionTemplate.buildUpdateList(DBView selectedDBView) Builds the list of outcome rules to update.protected List<BODataCollectionTemplateStructureOutcomeRule> PanelOutcomeReasonsDataCollectionTemplate.loadOutcomeRules()Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template with type arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionPanelOutcomeReasonsDataCollectionTemplate.createAlignInput(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert, List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate, Set<Long> outcomeReasonIdsToDelete) Creates the align input with the insert, update, and delete lists. -
Uses of BODataCollectionTemplateStructureOutcomeRule in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules with parameters of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionvoidDataCollectionTemplateOutcomeRuleValidator.validate(BODataCollectionTemplateStructureOutcomeRule outcomeRule) -
Uses of BODataCollectionTemplateStructureOutcomeRule in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event
Methods in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event that return types with arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionDataCollectionTemplateStructureOutcomeRuleAlignInput.getOutcomeRulesToInsert()Returns the list of outcome rules to insert.DataCollectionTemplateStructureOutcomeRuleAlignInput.getOutcomeRulesToUpdate()Returns the list of outcome rules to update.Method parameters in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event with type arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionvoidDataCollectionTemplateStructureOutcomeRuleAlignInput.setOutcomeRulesToInsert(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert) Sets the list of outcome rules to insert.voidDataCollectionTemplateStructureOutcomeRuleAlignInput.setOutcomeRulesToUpdate(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate) Sets the list of outcome rules to update.Constructors in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event with parameters of type BODataCollectionTemplateStructureOutcomeRuleModifierConstructorDescriptionDataCollectionTemplateStructureOutcomeRuleInsertEvent(BODataCollectionTemplateStructureOutcomeRule input) Instantiates a new data collection template structure outcome rule insert event.DataCollectionTemplateStructureOutcomeRuleUpdateEvent(BODataCollectionTemplateStructureOutcomeRule input) Instantiates a new data collection template structure outcome rule update event.Constructor parameters in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event with type arguments of type BODataCollectionTemplateStructureOutcomeRuleModifierConstructorDescriptionDataCollectionTemplateStructureOutcomeRuleNotificationEvent(NotificationInput<BODataCollectionTemplateStructureOutcomeRule> input) Instantiates a newDataCollectionTemplateStructureOutcomeRuleNotificationEventnotification event. -
Uses of BODataCollectionTemplateStructureOutcomeRule in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task
Methods in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task with parameters of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.insertOutcomeRule(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Inserts a single template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.updateOutcomeRule(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Updates a single template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleInsert.validate(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Validates the outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleUpdate.validate(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Validates the outcome rule.Method parameters in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task with type arguments of type BODataCollectionTemplateStructureOutcomeRuleModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.insertOutcomeRules(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert, Long newTemplateStructure, PoolKit poolKit) Inserts new template structure outcome rules.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.updateOutcomeRules(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate, PoolKit poolKit) Updates existing template structure outcome rules.