Uses of Class
overit.geocallapp.wfm.execution.rs1.interventionstatus.DTOInterventionStatus
Packages that use DTOInterventionStatus
-
Uses of DTOInterventionStatus in overit.geocallapp.wfm.execution.rs1.interventionstatus
Methods in overit.geocallapp.wfm.execution.rs1.interventionstatus that return types with arguments of type DTOInterventionStatusModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOInterventionStatus> InterventionStatusService.get(Long interventionStatusId, Collection<String> fields) Retrieves the required intervention status by calling from theInterventionStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOInterventionStatus>> InterventionStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionStatusFilter filter) Returns the collection of all the stored intervention status by calling theInterventionStatusSearchEvent.