Uses of Class
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.BODCTemplateVisibilityRuleRow
Packages that use BODCTemplateVisibilityRuleRow
Package
Description
-
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task that return types with arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibleForUserSearch.collectMatchingRows(PoolKit poolKit) Collects all the rows that match the user profile.Method parameters in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task with type arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionBTDataCollectionTemplateVisibleForUserSearch.getValidRuleHeaders(Map<Long, List<BODCTemplateVisibilityRuleRow>> groupedRows) Finds the valid rule headers for the user organizational structures. -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules
Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules with type arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected voidPanelDataCollectionTemplateVisibilityRules.addRowsFromTable(List<BODCTemplateVisibilityRuleRow> rows, TableView table) Add rows from a table selection to the rows list. -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row with parameters of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionvoidDataCollectionTemplateVisibilityRuleRowValidator.validate(BODCTemplateVisibilityRuleRow row) -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event that return types with arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionDataCollectionTemplateVisibilityRuleSaveInput.getRows()Gets the rows.Method parameters in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event with type arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionvoidDataCollectionTemplateVisibilityRuleSaveInput.setRows(List<BODCTemplateVisibilityRuleRow> rows) Sets the rows. -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event with parameters of type BODCTemplateVisibilityRuleRowModifierConstructorDescriptionInstantiates a new template visibility rule row insert event.Constructor parameters in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event with type arguments of type BODCTemplateVisibilityRuleRowModifierConstructorDescriptionDCTemplateVisibilityRuleRowNotificationEvent(NotificationInput<BODCTemplateVisibilityRuleRow> input) Instantiates a newDCTemplateVisibilityRuleRowNotificationEventnotification event. -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task
Fields in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task declared as BODCTemplateVisibilityRuleRowModifier and TypeFieldDescriptionprotected BODCTemplateVisibilityRuleRowBTDCTemplateVisibilityRuleRowDelete.ruleRowMethods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task with parameters of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected voidBTDCTemplateVisibilityRuleRowInsert.validate(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates the input data for the data collection visibility rule row before inserting.protected voidBTDCTemplateVisibilityRuleRowInsert.validateOrganizationalStructuresSelection(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that there isn't configurations for different organizational structures in the same ruleprotected voidBTDCTemplateVisibilityRuleRowInsert.validateRuleHeader(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that the rule header is not null and exists.protected voidBTDCTemplateVisibilityRuleRowInsert.validateUniqueConfiguration(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that the given configuration does not already exist. -
Uses of BODCTemplateVisibilityRuleRow in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task that return types with arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibilityRuleSave.retrieveExistingRows(Long headerId, PoolKit poolKit) Retrieves all existing rows for the given header id.protected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibilityRuleDelete.searchRows(Long ruleHeaderId, PoolKit poolKit) Searches for all rows associated with the given rule header.Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task with parameters of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected booleanBTDataCollectionTemplateVisibilityRuleSave.rowsMatch(BODCTemplateVisibilityRuleRow row1, BODCTemplateVisibilityRuleRow row2) Checks if the two rows match.Method parameters in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task with type arguments of type BODCTemplateVisibilityRuleRowModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateVisibilityRuleSave.manageRows(Long headerId, List<BODCTemplateVisibilityRuleRow> newRows, PoolKit poolKit) Manages the rows for the given header id.