Uses of Class
overit.geocallapp.wfm.execution.bl.outcome.intervention.BOInterventionOutcome
Packages that use BOInterventionOutcome
Package
Description
-
Uses of BOInterventionOutcome in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionprotected voidBTTakeInCharge.notifyInterventionTakeInCharge(BOInterventionOutcome input, InterventionApi api, PoolKit pk) -
Uses of BOInterventionOutcome in overit.geocallapp.wfm.execution.bl.intervention
Methods in overit.geocallapp.wfm.execution.bl.intervention that return BOInterventionOutcomeMethods in overit.geocallapp.wfm.execution.bl.intervention with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionvoidInterventionAggregate.setOutcome(BOInterventionOutcome outcome) Sets the outcome. -
Uses of BOInterventionOutcome in overit.geocallapp.wfm.execution.bl.outcome.intervention.event
Methods in overit.geocallapp.wfm.execution.bl.outcome.intervention.event that return BOInterventionOutcomeMethods in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionvoidInterventionOutcomeSaveInput.setOutcome(BOInterventionOutcome outcome) Sets the outcome.Constructors in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with parameters of type BOInterventionOutcomeModifierConstructorDescriptionInterventionOutcomeUpdateEvent(BOInterventionOutcome agendaOutcome) Instantiates a new agenda update event.InterventionOutcomeValidateEvent(BOInterventionOutcome interventionOutcome) Event that validates an intervention outcomeConstructor parameters in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with type arguments of type BOInterventionOutcomeModifierConstructorDescriptionInterventionOutcomeNotificationEvent(InterventionOutcomeNotificationInput<BOInterventionOutcome> input) Instantiates a new intervention outcome notification event. -
Uses of BOInterventionOutcome in overit.geocallapp.wfm.execution.bl.outcome.validation.status.event
Methods in overit.geocallapp.wfm.execution.bl.outcome.validation.status.event that return BOInterventionOutcomeModifier and TypeMethodDescriptionInterventionOutcomeValidationStatusByRuleUpdateInput.getInterventionOutcome()Returns the intervention outcome.Methods in overit.geocallapp.wfm.execution.bl.outcome.validation.status.event with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionvoidInterventionOutcomeValidationStatusByRuleUpdateInput.setInterventionOutcome(BOInterventionOutcome interventionOutcome) Sets the intervention outcome. -
Uses of BOInterventionOutcome in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration that return BOInterventionOutcomeModifier and TypeMethodDescriptionExecutionEventProvider.getInterventionOutcome(Long interventionOutcomeId) ExecutionProvider.getInterventionOutcome(Long interventionOutcomeId) Methods in overit.geocallapp.wfm.execution.integration with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionvoidExecutionEventProvider.insertInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionProvider.insertInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionEventProvider.updateInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionProvider.updateInterventionOutcome(BOInterventionOutcome interventionOutcome) -
Uses of BOInterventionOutcome in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task with parameters of type BOInterventionOutcomeModifier and TypeMethodDescriptionprotected voidBTInterventionExecution.notifyInterventionOutcome(BOInterventionOutcome interventionOutcome, PoolKit poolKit, InterventionOutcomeNotificationAction action) Notifies that the intervention outcome was modified by callingInterventionOutcomeNotificationEventprotected voidBTInterventionOutcomeValidate.validateArrivalOnSite(BOInterventionOutcome outcome) Validates the arrival on site.protected voidBTInterventionOutcomeValidate.validateDates(BOInterventionOutcome outcome) Validates theBOInterventionOutcomedates.protected voidBTInterventionOutcomeValidate.validateDuration(BOInterventionOutcome outcome) Checks the difference between take in charge and on site arrival dates.protected voidBTInterventionOutcomeValidate.validateEncodedNotes(BOInterventionOutcome outcome, PoolKit poolKit) Checks that the encoded notes are correct based on the current outcome reason.protected voidBTInterventionOutcomeValidate.validateRelatedEntities(BOInterventionOutcome outcome, PoolKit poolKit) Validates the entities related to theBOInterventionOutcome.