Uses of Class
overit.geocallapp.utilities.core.bl.common.check.result.CheckIssueLevel
Packages that use CheckIssueLevel
Package
Description
-
Uses of CheckIssueLevel in overit.geocallapp.utilities.core.bl.common.check.result
Fields in overit.geocallapp.utilities.core.bl.common.check.result declared as CheckIssueLevelModifier and TypeFieldDescriptionstatic final CheckIssueLevelCheckIssueLevels.ERRORprotected CheckIssueLevelCheckIssue.levelstatic final CheckIssueLevelCheckIssueLevels.WARNINGMethods in overit.geocallapp.utilities.core.bl.common.check.result that return CheckIssueLevelMethods in overit.geocallapp.utilities.core.bl.common.check.result with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionCheckResult.getLevelIssues(CheckIssueLevel level) booleanCheckResult.hasLevelIssues(CheckIssueLevel level) static CheckIssueCheckIssue.makeCheckIssue(String description, CheckIssueLevel level, boolean userConfirmNecessary, Object... params) static CheckIssueCheckIssue.makeCheckIssue(DAValidateException exception, CheckIssueLevel level) static CheckIssueCheckIssue.makeCheckIssue(DAValidateException exception, CheckIssueLevel level, boolean userConfirmNecessary) static CheckIssueCheckIssue.makeCheckIssue(Code code, CheckIssueLevel level) static CheckIssueCheckIssue.makeCheckIssue(Code code, CheckIssueLevel level, boolean userConfirmNecessary, Object... params) voidCheckIssue.setLevel(CheckIssueLevel level) -
Uses of CheckIssueLevel in overit.geocallapp.wfm.core.bl.crewshell.composition.event
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.event that return CheckIssueLevelMethods in overit.geocallapp.wfm.core.bl.crewshell.composition.event with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionvoidCrewShellCompositionCheckInput.setLevel(CheckIssueLevel level) Sets the level. -
Uses of CheckIssueLevel in overit.geocallapp.wfm.core.bl.multistage.group.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.task with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionprotected voidBTMultistageGroupCheckDependenciesConsistency.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params) Adds the issue.protected voidBTMultistageGroupCheckDependenciesOnOperations.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params) Adds the issue.protected voidBTMultistageGroupCheckMultistageManagement.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level) Adds the issue.protected voidBTMultistageGroupCheckWOOperations.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params) Adds the issue.protected voidBTMultistageGroupCheckWOOperationsState.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params) Adds the issue. -
Uses of CheckIssueLevel in overit.geocallapp.wfm.core.bl.multistage.violation
Methods in overit.geocallapp.wfm.core.bl.multistage.violation with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionstatic CheckIssueMultistageViolationUtils.makeCheckIssueFromMultistageViolation(MultistageViolation multistageViolation, CheckIssueLevel level, boolean userConfirmNecessary) Make check issue from multistage violation. -
Uses of CheckIssueLevel in overit.geocallapp.wfm.core.bl.permits
Methods in overit.geocallapp.wfm.core.bl.permits that return CheckIssueLevelMethods in overit.geocallapp.wfm.core.bl.permits with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionvoidPermitCheckResult.setIssueLevel(CheckIssueLevel issueLevel) Constructors in overit.geocallapp.wfm.core.bl.permits with parameters of type CheckIssueLevelModifierConstructorDescriptionPermitCheckResult(String permitRequiredCode, CheckIssueLevel issueLevel, Code issueCode) -
Uses of CheckIssueLevel in overit.geocallapp.wfm.core.bl.permits.checker.task
Methods in overit.geocallapp.wfm.core.bl.permits.checker.task with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionprotected voidBTPermitsIntersectionsChecker.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, boolean userConfirmNecessary, Object... params) Adds the issue. -
Uses of CheckIssueLevel in overit.geocallapp.wfm.mobileforms.bl.instance.event
Methods in overit.geocallapp.wfm.mobileforms.bl.instance.event that return CheckIssueLevelModifier and TypeMethodDescriptionDataCollectionSheetInstanceCheckMandatoryNodesInput.getLevel()Returns the level.Methods in overit.geocallapp.wfm.mobileforms.bl.instance.event with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionvoidDataCollectionSheetInstanceCheckMandatoryNodesInput.setLevel(CheckIssueLevel level) Sets the level. -
Uses of CheckIssueLevel in overit.geocallapp.wfm.project.bl.multistage.task
Methods in overit.geocallapp.wfm.project.bl.multistage.task with parameters of type CheckIssueLevelModifier and TypeMethodDescriptionprotected voidBTMultistageGroupCheckWOOperations.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params)