Uses of Class
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.BODCTemplateVisibilityRuleHeader
Packages that use BODCTemplateVisibilityRuleHeader
Package
Description
-
Uses of BODCTemplateVisibilityRuleHeader in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header with parameters of type BODCTemplateVisibilityRuleHeaderModifier and TypeMethodDescriptionvoidDataCollectionTemplateVisibilityRuleHeaderValidator.validate(BODCTemplateVisibilityRuleHeader header) -
Uses of BODCTemplateVisibilityRuleHeader in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event that return BODCTemplateVisibilityRuleHeaderModifier and TypeMethodDescriptionDataCollectionTemplateVisibilityRuleSaveInput.getHeader()Gets the header.Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event with parameters of type BODCTemplateVisibilityRuleHeaderModifier and TypeMethodDescriptionvoidDataCollectionTemplateVisibilityRuleSaveInput.setHeader(BODCTemplateVisibilityRuleHeader header) Sets the header. -
Uses of BODCTemplateVisibilityRuleHeader in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event with parameters of type BODCTemplateVisibilityRuleHeaderModifierConstructorDescriptionInstantiates a new template visibility rule header insert event.Instantiates a new template visibility rule update event.Constructor parameters in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event with type arguments of type BODCTemplateVisibilityRuleHeaderModifierConstructorDescriptionDCTemplateVisibilityRuleHeaderNotificationEvent(NotificationInput<BODCTemplateVisibilityRuleHeader> input) Instantiates a newDCTemplateVisibilityRuleHeaderNotificationEventnotification event. -
Uses of BODCTemplateVisibilityRuleHeader in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task
Fields in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task declared as BODCTemplateVisibilityRuleHeaderModifier and TypeFieldDescriptionprotected BODCTemplateVisibilityRuleHeaderBTDCTemplateVisibilityRuleHeaderDelete.ruleHeaderMethods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task with parameters of type BODCTemplateVisibilityRuleHeaderModifier and TypeMethodDescriptionprotected voidBTDCTemplateVisibilityRuleHeaderUpdate.checkUnmodifiableFields(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that unmodifiable fields are not changed.protected voidBTDCTemplateVisibilityRuleHeaderInsert.validate(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates the input data for the template visibility rule header before inserting.protected voidBTDCTemplateVisibilityRuleHeaderUpdate.validate(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates the input data for the template visibility rule header before updating.protected voidBTDCTemplateVisibilityRuleHeaderInsert.validateUniqueCode(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that the code is unique within the template scope.protected voidBTDCTemplateVisibilityRuleHeaderUpdate.validateUniqueCode(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that the code is unique within the template scope (excluding current record). -
Uses of BODCTemplateVisibilityRuleHeader in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task
Fields in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task declared as BODCTemplateVisibilityRuleHeaderModifier and TypeFieldDescriptionprotected BODCTemplateVisibilityRuleHeaderBTDataCollectionTemplateVisibilityRuleDelete.ruleHeaderMethods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task with parameters of type BODCTemplateVisibilityRuleHeaderModifier and TypeMethodDescriptionprotected LongBTDataCollectionTemplateVisibilityRuleSave.insertHeader(BODCTemplateVisibilityRuleHeader header, PoolKit poolKit) Inserts the givenBODCTemplateVisibilityRuleHeaderand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateVisibilityRuleSave.updateHeader(BODCTemplateVisibilityRuleHeader header, PoolKit poolKit) Updates the givenBODCTemplateVisibilityRuleHeader.