Uses of Class
overit.geocallapp.wfm.execution.bl.intervention.BOIntervention
Packages that use BOIntervention
Package
Description
-
Uses of BOIntervention in overit.geocallapp.wfm.core.bl.timesheet.notification.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.notification.task that return BOInterventionModifier and TypeMethodDescriptionprotected BOInterventionBTTimesheetAgendaResourceNotification.loadIntervention(Long intervention, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.timesheet.notification.task with parameters of type BOInterventionModifier and TypeMethodDescriptionprotected booleanBTTimesheetAgendaResourceNotification.manageTimesheetTasks(BOIntervention intervention, PoolKit poolKit) -
Uses of BOIntervention in overit.geocallapp.wfm.execution.bl.intervention
Methods in overit.geocallapp.wfm.execution.bl.intervention that return BOInterventionModifier and TypeMethodDescriptionInterventionAggregate.getIntervention()Returns the intervention.Methods in overit.geocallapp.wfm.execution.bl.intervention with parameters of type BOInterventionModifier and TypeMethodDescriptionvoidInterventionAggregate.setIntervention(BOIntervention agenda) Sets the intervention. -
Uses of BOIntervention in overit.geocallapp.wfm.execution.bl.intervention.censusrule.event
Methods in overit.geocallapp.wfm.execution.bl.intervention.censusrule.event that return BOInterventionModifier and TypeMethodDescriptionInterventionCensusRuleSearchFilter.getIntervention()Gets the intervention.Methods in overit.geocallapp.wfm.execution.bl.intervention.censusrule.event with parameters of type BOInterventionModifier and TypeMethodDescriptionvoidInterventionCensusRuleSearchFilter.setIntervention(BOIntervention intervention) Sets the intervention. -
Uses of BOIntervention in overit.geocallapp.wfm.execution.bl.intervention.resource.event
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.event that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionInterventionResourceResetInput.getInterventionList()Returns the list of interventions associated with resources to reset.Method parameters in overit.geocallapp.wfm.execution.bl.intervention.resource.event with type arguments of type BOInterventionModifier and TypeMethodDescriptionvoidInterventionResourceResetInput.setInterventionList(List<BOIntervention> interventionList) Sets the list of interventions associated with resources to reset. -
Uses of BOIntervention in overit.geocallapp.wfm.execution.bl.outcome.intervention.event
Fields in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with type parameters of type BOInterventionModifier and TypeFieldDescriptionprotected List<BOIntervention> InterventionExecutionDeleteInput.interventionsMethods in overit.geocallapp.wfm.execution.bl.outcome.intervention.event that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionInterventionExecutionDeleteInput.getInterventions()Returns the list of interventions.Method parameters in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with type arguments of type BOInterventionModifier and TypeMethodDescriptionvoidInterventionExecutionDeleteInput.setInterventions(List<BOIntervention> interventions) Sets the list of interventions. -
Uses of BOIntervention in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration that return BOInterventionModifier and TypeMethodDescriptionExecutionEventProvider.getIntervention(Long interventionId) ExecutionProvider.getIntervention(Long interventionId) Methods in overit.geocallapp.wfm.execution.integration that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionExecutionEventProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionEventProvider.searchInterventions(InterventionSearchFilter filter) ExecutionProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionProvider.searchInterventions(InterventionSearchFilter filter) -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.event
Constructors in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.event with parameters of type BOInterventionModifierConstructorDescriptionInstantiates a new intervention measure check event instance. -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task with parameters of type BOInterventionModifier and TypeMethodDescriptionprotected voidBTInterventionMeasureCheck.checkMandatoryMeasures(BOIntervention intervention, List<BOMeasuringElement> measuringElements, List<BOCensusRule> rules, PoolKit poolKit) Checks if all mandatory measuring elements have at least one validated measure for the intervention.protected List<BOCensusRule> BTInterventionMeasureCheck.getInterventionMeasureCensusRules(BOIntervention intervention, PoolKit poolKit) Loads the active census rules of type measures associated with the given intervention.protected List<BOMeasuringElement> BTInterventionMeasureCheck.getInterventionMeasuringElements(BOIntervention intervention, PoolKit pk) Loads all measuring elements associated with the intervention's address. -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task declared as BOInterventionModifier and TypeFieldDescriptionprotected BOInterventionBTInterventionResourceDelete.interventionprotected BOInterventionBTInterventionResourceInsert.interventionprotected BOInterventionBTInterventionResourceUpdate.intervention -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionprotected PageResponse<BOIntervention> BTResourceInterventionSearch.searchInterventions(ResourceInterventionSearchEvent event, PoolKit poolKit, InterventionSearchFilter interventionSearchFilter, Collection<Long> woOperations, ResourceInterventionSearchFilter filter) Searches for interventions based on the provided search filter. -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task declared as BOInterventionMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionprotected List<BOIntervention> BTInterventionExecution.findInterventionsToBeRemoved(PoolKit poolKit) This method finds the interventions that are associated with the same foreman id and with a different work order operation.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task with parameters of type BOInterventionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeSave.checkMeasures(BOIntervention intervention, PoolKit poolKit) Validates the measures for the intervention outcome by calling theInterventionMeasureCheckEvent.protected voidBTInterventionExecutionDelete.resetInterventionOutcomeDates(BOIntervention intervention, PoolKit poolKit) Reset the intervention outcome dates for the given intervention.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task with type arguments of type BOInterventionModifier and TypeMethodDescriptionprotected voidBTInterventionExecution.removeOtherInterventionsFromForeman(List<BOIntervention> interventionsToBeRemoved, PoolKit poolKit) Removes other interventions from foreman by callingInterventionExecutionDeleteEventprotected voidBTInterventionExecutionDelete.resetInterventionResource(List<BOIntervention> interventionsList, PoolKit poolKit) Resets the agenda resources for a list of interventions. -
Uses of BOIntervention in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task that return types with arguments of type BOInterventionModifier and TypeMethodDescriptionprotected List<BOIntervention> BTResourceWithInterventionSearch.searchInterventions(PoolKit poolKit, ResourceWithInterventionSearchFilter filter, boolean teamLeader) Searches for interventions based on the provided filter criteria.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task with type arguments of type BOInterventionModifier and TypeMethodDescriptionBTResourceWithInterventionSearch.loadResourceToInterventions(List<BOWorkShift> workShifts, Map<BOIntervention, List<BOScheduling>> interventionSchedulings) Processes work shifts and interventions to create resource-intervention associations.