Uses of Class
overit.geocallapp.wfm.core.bl.schedule.wooperation.WOOperationInterventionScheduling
Packages that use WOOperationInterventionScheduling
Package
Description
-
Uses of WOOperationInterventionScheduling in overit.geocallapp.wfm.core.bl.criticalactivity
Methods in overit.geocallapp.wfm.core.bl.criticalactivity that return WOOperationInterventionSchedulingModifier and TypeMethodDescriptionCriticalActivityEntitiesCache.getWoOperationInterventionScheduling(Long woOperationId) Returns theWOOperationInterventionScheduling.protected WOOperationInterventionSchedulingCriticalActivityEntitiesCache.loadWoOperationInterventionScheduling(Long woOperationId) -
Uses of WOOperationInterventionScheduling in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion that return WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected WOOperationInterventionSchedulingCriticalActivityCriterion.getWoOperationInterventionScheduling(BOWorkOrderOperation woOperation) -
Uses of WOOperationInterventionScheduling in overit.geocallapp.wfm.core.bl.multistage.utils
Methods in overit.geocallapp.wfm.core.bl.multistage.utils with parameters of type WOOperationInterventionSchedulingModifier and TypeMethodDescriptionstatic DateMultistageTemporalUtils.getEndDate(WOOperationInterventionScheduling operationScheduling) Returns the end date.static DateMultistageTemporalUtils.getStartDate(WOOperationInterventionScheduling operationScheduling) Returns the start date.static Date[]MultistageTemporalUtils.getValidPovInterval(WOOperationInterventionScheduling otherOperationScheduling, BOMultistageGroupDependency dependency, boolean povIsSource) Returns the valid pov interval.static booleanMultistageTemporalUtils.hasScheduleData(WOOperationInterventionScheduling operationScheduling) Checks if the operationScheduling has schedule data. -
Uses of WOOperationInterventionScheduling in overit.geocallapp.wfm.core.bl.multistage.violation.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task that return WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected WOOperationInterventionSchedulingBTMultistageViolationExtractCheckIssues.loadWOOperationScheduling(Long woOperation, Long schedulingModel, PoolKit poolKit) Load work order operation scheduling.Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task that return types with arguments of type WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected Map<Long, WOOperationInterventionScheduling> BTMultistageViolationEvaluate.loadWOOperationsSchedulings(Map<Long, BOWorkOrderOperation> notCancelledWoOperations, Long schedulingModel, PoolKit poolKit) Load work order operations schedulings.Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task with parameters of type WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected CheckIssueBTMultistageViolationExtractCheckIssues.getTimeDependencyCheckIssue(MultistageGroup multistageGroup, Long schedulingModelId, BOMultistageGroupDependency dependency, BOMultistageGroupOperation povOperation, BOMultistageGroupOperation otherOperation, WOOperationInterventionScheduling otherOperationScheduling, boolean povIsSource) Returns the time dependency check issue.Method parameters in overit.geocallapp.wfm.core.bl.multistage.violation.task with type arguments of type WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateCriticalDependencyViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, List<BOMultistageGroupDependency> validDependencies, PoolKit poolKit) Evaluate critical dependency violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateGroupViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, PoolKit poolKit) Evaluate group violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateTimeDependencyViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, List<BOMultistageGroupDependency> validDependencies, PoolKit poolKit) Evaluate time dependency violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateViolations(MultistageGroup multistageGroup, Long schedulingModelId, List<BOMultistageGroupDependency> validDependencies, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, PoolKit poolKit) Evaluate violations. -
Uses of WOOperationInterventionScheduling in overit.geocallapp.wfm.core.bl.schedule.wooperation.task
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.task that return WOOperationInterventionSchedulingModifier and TypeMethodDescriptionprotected WOOperationInterventionSchedulingBTWOOperationInterventionSchedulingLoad.buildWOOperationInterventionScheduling(List<Intervention> interventions, Map<Long, List<BOScheduling>> interventionsSchedulingsMap, BOWorkOrderOperation woOperation, Long schedulingModel)