Uses of Class
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort.DTOImmediateSchedulingWOSort
Packages that use DTOImmediateSchedulingWOSort
-
Uses of DTOImmediateSchedulingWOSort in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort that return types with arguments of type DTOImmediateSchedulingWOSortModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingWOSort> ImmediateSchedulingWOSortService.get(Long emergencyResponseWorkOrderSortId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWOSort>> ImmediateSchedulingWOSortService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWOSortFilter filter)