Uses of Class
overit.geocallapp.wfm.mobileforms.bl.rule.BODataCollectionTemplateWOCreationRule
Packages that use BODataCollectionTemplateWOCreationRule
Package
Description
-
Uses of BODataCollectionTemplateWOCreationRule 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 BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateApplyWOCreationRule.loadRules(PoolKit poolKit, BOWorkOrderOperation woOperation) Loads the rules.Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task with parameters of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected BODataCollectionSheetBTDataCollectionTemplateApplyWOCreationRule.createSheet(Long operationCenter, BODataCollectionTemplateWOCreationRule rule, DataCollectionTemplateRelease template) Creates a new sheet. -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.core.ux.datacollection.rule
Fields in overit.geocallapp.wfm.core.ux.datacollection.rule declared as BODataCollectionTemplateWOCreationRuleModifier and TypeFieldDescriptionprotected BODataCollectionTemplateWOCreationRulePanelEditDataCollectionTemplateWOCreationRule.dataCollectionTemplateWOCreationRuleMethods in overit.geocallapp.wfm.core.ux.datacollection.rule that return types with arguments of type BODataCollectionTemplateWOCreationRule -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.core.ux.workorder.operation.edit
Methods in overit.geocallapp.wfm.core.ux.workorder.operation.edit that return types with arguments of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateWOCreationRule> WOOperationDataCollectionTemplateSection.searchRules(Long workCycleOperation) -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.mobileforms.bl.rule
Methods in overit.geocallapp.wfm.mobileforms.bl.rule with parameters of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionstatic voidDataCollectionTemplateWOCreationRuleUtils.checkWOCreationRule(BODataCollectionTemplateWOCreationRule rule, PoolKit poolKit) -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.mobileforms.bl.rule.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.rule.event with parameters of type BODataCollectionTemplateWOCreationRuleModifierConstructorDescriptionInstantiates a new data collection template WO creation rule insert event.Instantiates a new data collection template WO creation rule update event.Constructor parameters in overit.geocallapp.wfm.mobileforms.bl.rule.event with type arguments of type BODataCollectionTemplateWOCreationRuleModifierConstructorDescriptionDataCollectionTemplateWOCreationRuleBatchInsertEvent(List<BODataCollectionTemplateWOCreationRule> input) Instantiates a new data collection template WO creation rule batch insert event. -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.mobileforms.bl.rule.task
Methods in overit.geocallapp.wfm.mobileforms.bl.rule.task with parameters of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateWOCreationRuleInsert.validateInput(BODataCollectionTemplateWOCreationRule dataCollectionTemplateWOCreationRule, PoolKit poolKit) Validates the input data collection template WO creation rule.protected voidBTDataCollectionTemplateWOCreationRuleUpdate.validateInput(BODataCollectionTemplateWOCreationRule dataCollectionTemplateWOCreationRule, PoolKit poolKit) Validates the input data for updating a data collection template WO creation rule. -
Uses of BODataCollectionTemplateWOCreationRule in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that return types with arguments of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateSearchMatchingWOCreationRules.filterRules(List<BODataCollectionTemplateWOCreationRule> rules, PoolKit poolKit) Filters the rules.protected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateSearchMatchingWOCreationRules.searchRules(Set<Long> workCycleOperations, PoolKit poolKit) Searches the rules.Method parameters in overit.geocallapp.wfm.mobileforms.bl.template.task with type arguments of type BODataCollectionTemplateWOCreationRuleModifier and TypeMethodDescriptionprotected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateSearchMatchingWOCreationRules.filterRules(List<BODataCollectionTemplateWOCreationRule> rules, PoolKit poolKit) Filters the rules.