Uses of Enum Class
overit.geocallapp.wfm.cee.ConstCee.InterventionStatus
Packages that use ConstCee.InterventionStatus
Package
Description
-
Uses of ConstCee.InterventionStatus in overit.geocallapp.wfm.cee
Methods in overit.geocallapp.wfm.cee that return ConstCee.InterventionStatusModifier and TypeMethodDescriptionstatic ConstCee.InterventionStatusReturns the enum constant of this class with the specified name.static ConstCee.InterventionStatus[]ConstCee.InterventionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConstCee.InterventionStatus in overit.geocallapp.wfm.cee.rs1.intervention
Methods in overit.geocallapp.wfm.cee.rs1.intervention that return ConstCee.InterventionStatusModifier and TypeMethodDescriptionDTOIntervention.getStatus()DTOInterventionInsert.getStatus()DTOInterventionSearchFilter.getStatus()Methods in overit.geocallapp.wfm.cee.rs1.intervention with parameters of type ConstCee.InterventionStatusModifier and TypeMethodDescriptionvoidDTOIntervention.setStatus(ConstCee.InterventionStatus status) voidDTOInterventionInsert.setStatus(ConstCee.InterventionStatus status) voidDTOInterventionSearchFilter.setStatus(ConstCee.InterventionStatus status) -
Uses of ConstCee.InterventionStatus in overit.geocallapp.wfm.cee.rs1.intervention.change
Methods in overit.geocallapp.wfm.cee.rs1.intervention.change that return ConstCee.InterventionStatusModifier and TypeMethodDescriptionDTOInChargeRequest.getStatus()DTOInterventionOutcome.getStatus()DTOInterventionStatusChange.getStatus()DTOPlanningRequest.getStatus()Methods in overit.geocallapp.wfm.cee.rs1.intervention.change with parameters of type ConstCee.InterventionStatusModifier and TypeMethodDescriptionvoidDTOInChargeRequest.setStatus(ConstCee.InterventionStatus status) voidDTOInterventionOutcome.setStatus(ConstCee.InterventionStatus status) voidDTOInterventionStatusChange.setStatus(ConstCee.InterventionStatus status) voidDTOPlanningRequest.setStatus(ConstCee.InterventionStatus status)