Uses of Class
overit.geocallapp.wfm.workorders.rs1.urgency.DTOWorkOrderUrgency
Packages that use DTOWorkOrderUrgency
-
Uses of DTOWorkOrderUrgency in overit.geocallapp.wfm.workorders.rs1.urgency
Methods in overit.geocallapp.wfm.workorders.rs1.urgency that return types with arguments of type DTOWorkOrderUrgencyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderUrgency> WorkOrderUrgencyService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOWorkOrderUrgencyby calling theWorkOrderUrgencyLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderUrgency>> WorkOrderUrgencyService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderUrgencyFilter filter) Returns the collection of all the stored work order urgencies by calling theWorkOrderUrgencySearchEvent.