Uses of Class
overit.geocallapp.utilities.core.bl.common.check.result.CheckIssue
Packages that use CheckIssue
Package
Description
-
Uses of CheckIssue in overit.geocallapp.utilities.core.bl.common.check.checker.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checker.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected abstract List<CheckIssue> AbstractCheckerBusinessTask.computeCheckIssues(I inputElement, PoolKit poolKit) Method to be implemented to perform checks on the given inputElement and return the respective check issuesMethod parameters in overit.geocallapp.utilities.core.bl.common.check.checker.task with type arguments of type CheckIssueModifier and TypeMethodDescriptionprotected voidAbstractCheckerBusinessTask.addCheckIssuesToCheckResult(CheckerEvent<I> event, List<CheckIssue> checkIssues) -
Uses of CheckIssue in overit.geocallapp.utilities.core.bl.common.check.result
Fields in overit.geocallapp.utilities.core.bl.common.check.result with type parameters of type CheckIssueMethods in overit.geocallapp.utilities.core.bl.common.check.result that return CheckIssueModifier and TypeMethodDescriptionCheckResult.getFirstErrorIssue()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) Methods in overit.geocallapp.utilities.core.bl.common.check.result that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionCheckResult.getErrorIssues()CheckResult.getIssues()CheckResult.getLevelIssues(CheckIssueLevel level) Methods in overit.geocallapp.utilities.core.bl.common.check.result with parameters of type CheckIssueMethod parameters in overit.geocallapp.utilities.core.bl.common.check.result with type arguments of type CheckIssueModifier and TypeMethodDescriptionvoidCheckResult.addIssues(List<CheckIssue> issues) voidCheckResult.setIssues(List<CheckIssue> issues) -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTCrewShellCompositionCheck.computeCheckIssues(CrewShellCompositionCheckInput input, PoolKit poolKit) Computes the check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTCrewShellCompositionCheckValidation.computeCheckIssues(ScheduleCheckValidationInput input, PoolKit poolKit) Compute check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.crewshell.workshift.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.workshift.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTCrewShellWorkshiftCheck.checkOverlappingCrewShellWorkshift(Date crewShellWorkshiftStartDate, Date crewShellWorkshiftEndDate, List<Long> resources, Long crewShellWorkshift, PoolKit poolKit) protected List<CheckIssue> BTCrewShellWorkshiftCheck.checkOverlapWithNextDayWorkshifts(Date crewShellWorkshiftStartDate, Date crewShellWorkshiftEndDate, List<Long> crewShellMembers, PoolKit poolKit) protected List<CheckIssue> BTCrewShellWorkshiftCheck.checkResourceOverlapWithNextDayWorkshifts(Date crewShellWorkshiftEndDate, List<Long> crewShellMembers, PoolKit poolKit) protected List<CheckIssue> BTCrewShellViolationOnTeamShiftCheckInsert.computeCheckIssues(TeamShiftCheckInsertInput input, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTCrewShellWorkshiftCheck.computeCheckIssues(CrewShellWorkshiftCheckInput input, PoolKit poolKit) Computes the check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.checkExpressionsSyntax(DataCollectionGlobalExpression globalExpression, Boolean evaluateGlobalExpression, DataCollectionNodeExpressionsEvaluator expressionsEvaluator) Checks the expression syntax.protected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.checkNotExistingReferences(DataCollectionGlobalExpression globalExpression, Set<DataCollectionNodeExpressionsToken> tokens, Set<DataCollectionNodeExpressionsToken> availableTokens) Checks if there are not existing references.protected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.computeCheckIssues(DataCollectionCheckGlobalExpressionsInput input, PoolKit poolKit) Computes check issues. -
Uses of CheckIssue 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 CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionTemplateCheckExpressions.checkExpressionsSyntax(TreeModel<DataCollectionNode> treeModel, DataCollectionEntityExpressions node, DataCollectionNodeExpressionsEvaluator expressionsEvaluator, PoolKit poolKit) Checks the expressions syntax.protected List<CheckIssue> BTDataCollectionTemplateCheckExpressions.checkNotExistingReferences(DataCollectionEntityExpressions node, Set<DataCollectionNodeExpressionsToken> tokens, Set<DataCollectionNodeExpressionsToken> availableTokens) Checks if there are not existing references.protected List<CheckIssue> BTDataCollectionTemplateCheckExpressions.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.multistage.group.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTMultistageGroupCheckDependenciesConsistency.computeCheckIssues(MultistageGroup multistageGroup, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckDependenciesOnOperations.computeCheckIssues(Set<Long> operations, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckMultistageManagement.computeCheckIssues(Long operationCenterId, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckWOOperations.computeCheckIssues(MultistageGroupCheckWOOperationsInput inputElement, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckWOOperationsState.computeCheckIssues(Set<Long> woOperationIds, PoolKit poolKit) Compute check issues.Method parameters in overit.geocallapp.wfm.core.bl.multistage.group.task with type arguments of type CheckIssueModifier and TypeMethodDescriptionprotected voidBTMultistageGroupCheckWOOperations.addBundlerCheckIssues(List<CheckIssue> checkIssues, Long woOperationId, String woOperationCode, PoolKit poolKit) If the bundler module is enabled, it checks that no activeBundles are related to the currentBOWorkOrderOperation.protected 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.protected voidBTMultistageGroupCheckDependenciesConsistency.checkCycle(List<CheckIssue> checkIssues, MultistageGroup multistageGroup, Predicate<BOMultistageGroupDependency> filter, boolean directed) Check cycle.protected voidBTMultistageGroupCheckDependenciesConsistency.checkRepeatedDependencies(List<CheckIssue> checkIssues, MultistageGroup multistageGroup, Predicate<BOMultistageGroupDependency> filter, boolean directed) Check repeated dependencies. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.multistage.violation
Methods in overit.geocallapp.wfm.core.bl.multistage.violation that return CheckIssueModifier and TypeMethodDescriptionstatic CheckIssueMultistageViolationUtils.makeCheckIssueFromMultistageViolation(MultistageViolation multistageViolation) Make check issue from multistage violation.static CheckIssueMultistageViolationUtils.makeCheckIssueFromMultistageViolation(MultistageViolation multistageViolation, CheckIssueLevel level, boolean userConfirmNecessary) Make check issue from multistage violation. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.multistage.violation.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task that return CheckIssueModifier and TypeMethodDescriptionprotected CheckIssueBTMultistageViolationExtractCheckIssues.getCriticalDependencyCheckIssue(BOMultistageGroupOperation povOperation, BOMultistageGroupOperation otherOperation, BOMultistageGroupDependency dependency, PoolKit poolKit) Returns the critical dependency check issue.protected CheckIssueBTMultistageViolationExtractCheckIssues.getTimeDependencyCheckIssue(MultistageGroup multistageGroup, Long schedulingModelId, BOMultistageGroupDependency dependency, BOMultistageGroupOperation povOperation, BOMultistageGroupOperation otherOperation, WOOperationInterventionScheduling otherOperationScheduling, boolean povIsSource) Returns the time dependency check issue.Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTMultistageViolationOnScheduleCheckManualAction.computeCheckIssues(I input, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageViolationOnScheduleCheckPlanning.computeCheckIssues(I input, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageViolationOnScheduleCheckManualAction.extractCheckIssuesFromViolations(List<MultistageViolation> multistageViolations, Set<Long> multistageGroups, Long povMultistageGroupOperation, Set<Long> otherMultistageGroupOperations, PoolKit poolKit) Extract check issues from violations.protected List<CheckIssue> BTMultistageViolationExtractCheckIssues.getOtherMultistageOperationsCheckIssues(List<MultistageViolation> multistageViolations, Set<Long> otherMultistageGroupOperations, Map<Long, MultistageGroup> multistageGroups) Returns the other multistage operations check issues.protected List<CheckIssue> BTMultistageViolationExtractCheckIssues.getPovMultistageOperationCheckIssues(List<MultistageViolation> multistageViolations, Long povMultistageGroupOperation, Map<Long, MultistageGroup> multistageGroups, PoolKit poolKit) Returns the pov multistage operation check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.core.bl.permits.checker.task
Methods in overit.geocallapp.wfm.core.bl.permits.checker.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTPermitsIntersectionsCristallizationChecker.computeCheckIssues(ScheduleCheckCrystallizationInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTPermitsIntersectionsModifyChecker.computeCheckIssues(ScheduleCheckManualModifyInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTPermitsIntersectionsPasteChecker.computeCheckIssues(ScheduleCheckManualPasteInput input, PoolKit poolKit) Computes the check issues.Method parameters in overit.geocallapp.wfm.core.bl.permits.checker.task with type arguments of type CheckIssueModifier and TypeMethodDescriptionprotected voidBTPermitsIntersectionsChecker.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, boolean userConfirmNecessary, Object... params) Adds the issue.protected voidBTPermitsIntersectionsChecker.checkAndAddIssues(PoolKit poolKit, Date schedulingActivityDate, Set<Long> woOperationIds, List<CheckIssue> issues) protected voidBTPermitsIntersectionsChecker.checkAndAddIssues(PoolKit poolKit, Date schedulingActivityDate, Set<Long> woOperationIds, List<CheckIssue> issues, Map<Long, WorkOrderPermits> workOrderPermitsByOperation) -
Uses of CheckIssue in overit.geocallapp.wfm.mobileforms.bl.globalexpressions
Methods in overit.geocallapp.wfm.mobileforms.bl.globalexpressions that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionDataCollectionGlobalExpressionsResult.getGlobalExpressionsMessages()Get the global expressions messagesMethods in overit.geocallapp.wfm.mobileforms.bl.globalexpressions with parameters of type CheckIssueModifier and TypeMethodDescriptionvoidDataCollectionGlobalExpressionsResult.addGlobalExpressionsMessage(CheckIssue globalExpressionsMessage) Add a new global expressions message -
Uses of CheckIssue in overit.geocallapp.wfm.mobileforms.bl.instance.task
Methods in overit.geocallapp.wfm.mobileforms.bl.instance.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionSheetInstanceCheckMandatoryNodes.computeCheckIssues(DataCollectionSheetInstanceCheckMandatoryNodesInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraints.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraintsThreshold.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraintsThreshold.getNodeThresholdIssues(DataCollectionNode node) Returns the node threshold issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraints.getNodeValueIssues(DataCollectionNode node) Returns the node value issues. -
Uses of CheckIssue in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionTemplateCheckJSONModel.computeCheckIssues(String model, PoolKit poolKit) Computes the check issues. -
Uses of CheckIssue in overit.geocallapp.wfm.project.bl.multistage.task
Methods in overit.geocallapp.wfm.project.bl.multistage.task that return types with arguments of type CheckIssueModifier and TypeMethodDescriptionprotected List<CheckIssue> BTMultistageGroupCheckWOOperations.computeCheckIssues(MultistageGroupCheckWOOperationsInput inputElement, PoolKit poolKit) Method parameters in overit.geocallapp.wfm.project.bl.multistage.task with type arguments of type CheckIssueModifier and TypeMethodDescriptionprotected voidBTMultistageGroupCheckWOOperations.addIssue(List<CheckIssue> checkIssues, Code code, CheckIssueLevel level, Object... params)