Uses of Class
overit.geocallapp.wfm.core.bl.schedule.intervention.Intervention
Packages that use Intervention
Package
Description
-
Uses of Intervention in overit.geocallapp.wfm.core.bl.bundler
Methods in overit.geocallapp.wfm.core.bl.bundler that return types with arguments of type InterventionModifier and TypeMethodDescriptionBundleEntitiesAggregate.getInterventions()Returns the list ofInterventionthat are related to theBOBundleOperations.Method parameters in overit.geocallapp.wfm.core.bl.bundler with type arguments of type InterventionModifier and TypeMethodDescriptionvoidBundleEntitiesAggregate.setInterventions(List<Intervention> interventions) Sets the list ofInterventionthat are related to theBOBundleOperations. -
Uses of Intervention in overit.geocallapp.wfm.core.bl.bundler.task
Methods in overit.geocallapp.wfm.core.bl.bundler.task that return types with arguments of type InterventionModifier and TypeMethodDescriptionprotected List<Intervention> BTBundleEntitiesAggregateLoad.loadInterventions(List<Long> bundleOperations, PoolKit poolKit) Loads theInterventions related to everyBOBundleOperation. -
Uses of Intervention in overit.geocallapp.wfm.core.bl.datacollection.instance.event
Methods in overit.geocallapp.wfm.core.bl.datacollection.instance.event that return InterventionModifier and TypeMethodDescriptionDataCollectionSheetInstanceExpressionCache.getIntervention(Long woOperationId) Returns the intervention.protected InterventionDataCollectionSheetInstanceExpressionCache.loadLastIntervention(Long woOperationId) Load last intervention. -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.intervention
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention that return InterventionModifier and TypeMethodDescriptionstatic InterventionInterventionUtil.buildIntervention(HashGetter interventionData) -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task
Fields in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task declared as InterventionMethods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task that return InterventionModifier and TypeMethodDescriptionprotected InterventionBTMaterialAccountingSave.loadIntervention(Long agenda, PoolKit poolKit) -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event that return InterventionModifier and TypeMethodDescriptionInterventionOutcomeSaveInput.getIntervention()Returns the intervention.Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event with parameters of type InterventionModifier and TypeMethodDescriptionvoidInterventionOutcomeSaveInput.setIntervention(Intervention intervention) Sets the intervention. -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.intervention.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.task that return InterventionModifier and TypeMethodDescriptionprotected InterventionBTInterventionLoad.loadInterventionByAgenda(Long agenda, PoolKit poolKit) protected InterventionBTInterventionLoad.loadInterventionByScheduling(Long scheduling, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.task that return types with arguments of type InterventionModifier and TypeMethodDescriptionprotected List<Intervention> BTInterventionSearch.buildInterventions(DBView interventionsData) -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.wooperation
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation that return InterventionModifier and TypeMethodDescriptionWOOperationInterventionScheduling.getIntervention(Long agendaId) WOOperationInterventionScheduling.getLastIntervention()Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation that return types with arguments of type InterventionMethod parameters in overit.geocallapp.wfm.core.bl.schedule.wooperation with type arguments of type InterventionModifier and TypeMethodDescriptionvoidWOOperationInterventionScheduling.setInterventions(List<Intervention> interventions) -
Uses of Intervention in overit.geocallapp.wfm.core.bl.schedule.wooperation.task
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.task that return types with arguments of type InterventionModifier and TypeMethodDescriptionprotected Predicate<Intervention> BTWOOperationInterventionSchedulingLoad.isValidIntervention()protected List<Intervention> BTWOOperationInterventionSchedulingLoad.loadInterventions(Long woOperation, boolean activeInterventionOnly, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.task with parameters of type InterventionModifier and TypeMethodDescriptionprotected booleanBTWOOperationInterventionSchedulingLoad.hasValidAgenda(Intervention intervention) protected booleanBTWOOperationInterventionSchedulingLoad.hasValidAppointment(Intervention intervention) Method parameters in overit.geocallapp.wfm.core.bl.schedule.wooperation.task with type arguments of type InterventionModifier and TypeMethodDescriptionprotected WOOperationInterventionSchedulingBTWOOperationInterventionSchedulingLoad.buildWOOperationInterventionScheduling(List<Intervention> interventions, Map<Long, List<BOScheduling>> interventionsSchedulingsMap, BOWorkOrderOperation woOperation, Long schedulingModel) protected Map<Long, List<BOScheduling>> BTWOOperationInterventionSchedulingLoad.loadInterventionsSchedulingsMap(List<Intervention> interventions, Long schedulingModel, PoolKit poolKit) -
Uses of Intervention in overit.geocallapp.wfm.core.bl.workorder.audit.task
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.task with parameters of type InterventionModifier and TypeMethodDescriptionprotected BOInterventionPlanningBTWorkOrderInterventionPlanningSave.buildInterventionPlanning(Intervention intervention, PoolKit poolKit) Builds theBOInterventionPlanningobject using theInterventionpassed as input and retrieving
some additional information like workorder status, technical object coordinates and skill configurations.protected BOInterventionPlanningBTWorkOrderInterventionPlanningSave.mapIntervention(Intervention intervention) Builds theBOInterventionPlanningobject using theInterventionpassed as input. -
Uses of Intervention in overit.geocallapp.wfm.core.ux.schedule.intervention.material
Fields in overit.geocallapp.wfm.core.ux.schedule.intervention.material declared as Intervention -
Uses of Intervention in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome with parameters of type InterventionModifier and TypeMethodDescriptionprotected voidInterventionOutcome.applyInterventionChanges(Intervention intervention) Build theInterventionOutcomeSaveInputwith the current data inserted by the user for the activity outcome.protected 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.protected HashGetterInterventionOutcome.prepareInterventionTableRow(Intervention intervention) Prepare a single row of the interventions table viewInterventionOutcomeSection.validate(Intervention intervention, InterventionOutcomeSaveInput storableData) Validate the given values collecting the eventually generated exceptions. -
Uses of Intervention 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 InterventionModifier and TypeMethodDescriptionvoidActivityOutcomeAccessorData.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) -
Uses of Intervention 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 InterventionModifier and TypeMethodDescriptionprotected voidAgendaOutcome.doValidation(Intervention intervention) protected LongAgendaOutcome.getDefaultOutcomeReason(Intervention intervention) Looks at the activity configuration if a default outcome reason is definedvoidAgendaOutcome.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) protected booleanAgendaOutcome.isInstalledEquipmentMandatory(Intervention intervention) Define if the installed equipment field is mandatoryprotected voidAgendaOutcome.manageInstalledEquipment(Intervention intervention) Take care of the visibility of the installed equipment fieldprotected voidAgendaOutcome.manageOutcomeEditability(Intervention intervention) Define which agenda outcome fields are editableAgendaOutcome.validate(Intervention intervention, InterventionOutcomeSaveInput storableData) -
Uses of Intervention in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.bulk
Method parameters in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.bulk with type arguments of type InterventionModifier and TypeMethodDescriptionvoidPBulkOutcomeUpdate.showForInterventions(List<Intervention> interventions, HashGetter startingData, WorkOrder workOrder) Shows the edit panel for the given intervention list -
Uses of Intervention in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading
Fields in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading declared as InterventionMethods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading that return InterventionMethods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading with parameters of type InterventionModifier and TypeMethodDescriptionvoidActivityOutcomeMeterReadings.initForIntervention(Intervention intervention, InterventionOutcomeSaveInput storableData, WorkOrder workOrder) voidMeterReadingContainerInput.setCurrentIntervention(Intervention currentIntervention) ActivityOutcomeMeterReadings.validate(Intervention intervention, InterventionOutcomeSaveInput storableData) -
Uses of Intervention in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task that return InterventionModifier and TypeMethodDescriptionprotected InterventionBTInterventionsLoad.loadInterventionByAgenda(Long agenda, PoolKit poolKit) Load a singleInterventionstarting from an agenda idprotected InterventionBTInterventionsLoad.loadInterventionByScheduling(Long scheduling, PoolKit poolKit) Load a singleInterventionstarting from a scheduling idMethods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task with parameters of type InterventionModifier and TypeMethodDescriptionprotected voidBTInterventionsLoad.loadLinkedInterventions(Intervention intervention, List<Intervention> interventions, PoolKit poolKit) Retrieve theInterventions linked to the given oneMethod parameters in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task with type arguments of type InterventionModifier and TypeMethodDescriptionprotected voidBTInterventionsLoad.loadLinkedInterventions(Intervention intervention, List<Intervention> interventions, PoolKit poolKit) Retrieve theInterventions linked to the given one -
Uses of Intervention in overit.geocallapp.wfm.inventory.ux.operation.detail
Fields in overit.geocallapp.wfm.inventory.ux.operation.detail declared as InterventionMethods in overit.geocallapp.wfm.inventory.ux.operation.detail that return InterventionModifier and TypeMethodDescriptionprotected InterventionWarehouseOperationDetail.loadIntervention(Long agendaId) -
Uses of Intervention in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task
Methods in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task that return InterventionModifier and TypeMethodDescriptionprotected InterventionBTMobileInterventionToAcceptAction.loadIntervention(MobileInterventionToAcceptActionInput input, PoolKit poolKit) Methods in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task with parameters of type InterventionModifier and TypeMethodDescriptionprotected WorkOrderBTMobileInterventionToAcceptAction.loadWorkOrder(PoolKit poolKit, Intervention intervention) -
Uses of Intervention in overit.geocallapp.wfm.mobile.core.bl.workorderdetails
Fields in overit.geocallapp.wfm.mobile.core.bl.workorderdetails with type parameters of type InterventionModifier and TypeFieldDescriptionprotected List<Intervention> MobileWorkOrderDetail.interventionsMethods in overit.geocallapp.wfm.mobile.core.bl.workorderdetails that return types with arguments of type InterventionModifier and TypeMethodDescriptionMobileWorkOrderDetail.getInterventions()Returns the list of the work order operations intervention.Method parameters in overit.geocallapp.wfm.mobile.core.bl.workorderdetails with type arguments of type InterventionModifier and TypeMethodDescriptionvoidMobileWorkOrderDetail.setInterventions(List<Intervention> interventions) Sets the list of the work order operations intervention. -
Uses of Intervention in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task that return types with arguments of type InterventionModifier and TypeMethodDescriptionprotected List<Intervention> BTMobileWorkOrderDetailLoad.loadInterventions(Long workOrderId, Page page, PoolKit poolKit) Load the list of interventions associated to the work order operations. -
Uses of Intervention in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails
Method parameters in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails with type arguments of type InterventionModifier and TypeMethodDescriptionprotected List<DTOMobileIntervention> MobileWorkOrderDetailService.buildInterventionList(List<Intervention> interventions) Sets the data of each work order operation intervention.