Uses of Class
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event.InterventionOutcomeSaveInput
Packages that use InterventionOutcomeSaveInput
Package
Description
-
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event
Constructor parameters in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event with type arguments of type InterventionOutcomeSaveInputModifierConstructorDescriptionInstantiates a new intervention outcome save event. -
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task with parameters of type InterventionOutcomeSaveInputModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeSave.checkEwoBlocking(InterventionOutcomeSaveInput input, PooledConnection conn) protected voidBTInterventionOutcomeSave.completaConsuntiviUtenti(InterventionOutcomeSaveInput outcome, PooledConnection conn) protected voidBTInterventionOutcomeSave.createConsuntiviUtenti(InterventionOutcomeSaveInput outcome, PooledConnection conn) protected voidBTInterventionOutcomeSave.handleNotification(InterventionOutcomeSaveInput outcome, PooledConnection conn) protected voidBTInterventionOutcomeSave.saveAccessoryData(InterventionOutcomeSaveInput outcome, PoolKit poolKit) protected voidBTInterventionOutcomeSave.saveAgendaOutcome(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the agenda outcome dataprotected voidBTInterventionOutcomeSave.saveMeterReadings(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the meter readings related to interventionprotected voidBTInterventionOutcomeSave.saveOutcome(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the intervention outcome dataprotected voidBTInterventionOutcomeSave.validateMeasures(InterventionOutcomeSaveInput outcome, PoolKit poolKit) -
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome with parameters of type InterventionOutcomeSaveInputModifier and TypeMethodDescriptionprotected voidInterventionOutcome.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData) Prepare the container for the given intervention.voidInterventionOutcomeSection.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) Prepare the section to edit the given interventionprotected booleanInterventionOutcome.isConclusiveOutcomeReason(Intervention intervention, InterventionOutcomeSaveInput storableData) Define if the given intervention has a conclusive outcome.voidInterventionOutcomeSection.prepareSaveData(InterventionOutcomeSaveInput storableData) Allows the section to add its information to the storable data that will be savedInterventionOutcomeSection.validate(Intervention intervention, InterventionOutcomeSaveInput storableData) Validate the given values collecting the eventually generated exceptions. -
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.accessorydata
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.accessorydata with parameters of type InterventionOutcomeSaveInputModifier and TypeMethodDescriptionvoidActivityOutcomeAccessorData.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) voidActivityOutcomeAccessorData.prepareSaveData(InterventionOutcomeSaveInput storableData) -
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.agenda
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.agenda with parameters of type InterventionOutcomeSaveInputModifier and TypeMethodDescriptionvoidAgendaOutcome.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) voidAgendaOutcome.prepareSaveData(InterventionOutcomeSaveInput storableData) AgendaOutcome.validate(Intervention intervention, InterventionOutcomeSaveInput storableData) -
Uses of InterventionOutcomeSaveInput in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading
Fields in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading declared as InterventionOutcomeSaveInputModifier and TypeFieldDescriptionprotected InterventionOutcomeSaveInputActivityOutcomeMeterReadings.currentInterventionStorableDataMethods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading with parameters of type InterventionOutcomeSaveInputModifier and TypeMethodDescriptionvoidActivityOutcomeMeterReadings.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) voidActivityOutcomeMeterReadings.prepareSaveData(InterventionOutcomeSaveInput storableData) ActivityOutcomeMeterReadings.validate(Intervention intervention, InterventionOutcomeSaveInput storableData)