Uses of Class
overit.geocallapp.utilities.core.bl.common.check.result.CheckResult
Packages that use CheckResult
Package
Description
-
Uses of CheckResult in overit.geocallapp.utilities.core.bl.common.check.checkable.event
Fields in overit.geocallapp.utilities.core.bl.common.check.checkable.event declared as CheckResultModifier and TypeFieldDescriptionprotected CheckResultCheckableEvent.inputCheckResultprotected CheckResultCheckableEvent.outputCheckResultMethods in overit.geocallapp.utilities.core.bl.common.check.checkable.event that return CheckResultModifier and TypeMethodDescriptionCheckableEvent.getInputCheckResult()CheckableEvent.getOutputCheckResult()Methods in overit.geocallapp.utilities.core.bl.common.check.checkable.event with parameters of type CheckResultModifier and TypeMethodDescriptionvoidCheckableEvent.setInputCheckResult(CheckResult inputCheckResult) voidCheckableEvent.setOutputCheckResult(CheckResult outputCheckResult) -
Uses of CheckResult in overit.geocallapp.utilities.core.bl.common.check.checkable.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checkable.task that return CheckResultModifier and TypeMethodDescriptionprotected CheckResultAbstractCheckableBusinessTask.buildOutputCheckResult(CheckResult inputCheckResult, CheckResult checkResult) protected CheckResultAbstractCheckableBusinessTask.launchCheckerEvents(List<CheckerEvent<?>> checkerEvents, PoolKit poolKit) Methods in overit.geocallapp.utilities.core.bl.common.check.checkable.task with parameters of type CheckResultModifier and TypeMethodDescriptionprotected CheckResultAbstractCheckableBusinessTask.buildOutputCheckResult(CheckResult inputCheckResult, CheckResult checkResult) protected voidAbstractCheckableBusinessTask.throwExceptionIfNecessary(CheckResult checkResult, boolean throwExceptionOnErrors) protected voidAbstractCheckableBusinessTask.validate(CheckResult inputCheckResult, boolean skipUserConfirms, PoolKit poolKit) -
Uses of CheckResult in overit.geocallapp.utilities.core.bl.common.check.result
Methods in overit.geocallapp.utilities.core.bl.common.check.result with parameters of type CheckResultModifier and TypeMethodDescriptionvoidCheckResult.clearIssuesIfSameIssues(CheckResult other) booleanCheckResult.hasSameIssues(CheckResult other) -
Uses of CheckResult in overit.geocallapp.wfm.core.bl.multistage.group.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.task with parameters of type CheckResultModifier and TypeMethodDescriptionprotected voidBTMultistageGroupInsertFromWOOperations.throwExceptionIfNecessary(CheckResult checkResult, boolean throwExceptionOnErrors) Throw exception if necessary. -
Uses of CheckResult in overit.geocallapp.wfm.core.bl.schedule.team.event
Methods in overit.geocallapp.wfm.core.bl.schedule.team.event that return CheckResultModifier and TypeMethodDescriptionTeamActivityManualAssignmentInput.getInputCheckResult()Returns the input check resultsTeamActivityManualAssignmentOutput.getOutputCheckResult()Returns the output check resultMethods in overit.geocallapp.wfm.core.bl.schedule.team.event with parameters of type CheckResultModifier and TypeMethodDescriptionvoidTeamActivityManualAssignmentInput.setInputCheckResult(CheckResult inputCheckResult) Sets the input check resultsvoidTeamActivityManualAssignmentOutput.setOutputCheckResult(CheckResult outputCheckResult) Sets the output check result -
Uses of CheckResult in overit.geocallapp.wfm.core.ux.common.check
Fields in overit.geocallapp.wfm.core.ux.common.check declared as CheckResultMethods in overit.geocallapp.wfm.core.ux.common.check that return CheckResultModifier and TypeMethodDescriptionprotected CheckResultPanelCheckResultHelper.filterCheckResultForErrorsPrioritized(CheckResult checkResult) Filters the check result to prioritize errors over warnings.PanelCheckResultParams.getCheckResult()PanelCheckResultHelper.getCheckResultFromPanel()Methods in overit.geocallapp.wfm.core.ux.common.check with parameters of type CheckResultModifier and TypeMethodDescriptionprotected CheckResultPanelCheckResultHelper.filterCheckResultForErrorsPrioritized(CheckResult checkResult) Filters the check result to prioritize errors over warnings.voidPanelCheckResultParams.setCheckResult(CheckResult checkResult) booleanPanelCheckResultHelper.showPanelIfNeeded(CheckResult checkResult) booleanPanelCheckResultHelper.showPanelIfNeeded(CheckResult checkResult, Consumer<UIMessage> confirmConsumer) booleanPanelCheckResultHelper.showPanelWithErrorsPrioritized(CheckResult checkResult) Shows the panel with errors prioritized over warnings.booleanPanelCheckResultHelper.showPanelWithErrorsPrioritized(CheckResult checkResult, Consumer<UIMessage> confirmConsumer) Shows the panel with errors prioritized over warnings, with a custom confirm consumer.