Uses of Class
overit.geocallapp.wfm.cee.rs1.intervention.change.DTOInterventionStatusChange
Packages that use DTOInterventionStatusChange
Package
Description
-
Uses of DTOInterventionStatusChange in overit.geocallapp.wfm.cee.bl.intervention.task
Methods in overit.geocallapp.wfm.cee.bl.intervention.task that return DTOInterventionStatusChangeModifier and TypeMethodDescriptionprotected DTOInterventionStatusChangeBTInterventionCancellation.prepareRequest(Long appointmentId, Long interventionEventType, PoolKit pk) -
Uses of DTOInterventionStatusChange in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task that return DTOInterventionStatusChangeModifier and TypeMethodDescriptionprotected DTOInterventionStatusChangeBTPlanningActionNotification.getInterventionStatusChange(List<DTOMessage> messages) Methods in overit.geocallapp.wfm.cee.bl.task with parameters of type DTOInterventionStatusChangeModifier and TypeMethodDescriptionprotected voidBTPlanningActionNotification.cancelAppointment(Long interventionId, DTOInterventionStatusChange interventionStatusChange) -
Uses of DTOInterventionStatusChange in overit.geocallapp.wfm.cee.rs1.intervention
Methods in overit.geocallapp.wfm.cee.rs1.intervention with parameters of type DTOInterventionStatusChangeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> InterventionApi.appointmentCancellation(Long id, DTOInterventionStatusChange request) Cancels an appointment in CEE.org.springframework.http.ResponseEntity<Void> InterventionApi.interventionCancellationDone(Long id, DTOInterventionStatusChange request) It allows to notify that the cancellation request was accepted and executed.org.springframework.http.ResponseEntity<Void> InterventionApi.interventionCancellationRefused(Long id, DTOInterventionStatusChange request) It allows to notify that the cancellation request was refused (not executed).