Uses of Class
overit.geocallapp.wfm.workorders.rs1.status.DTOWorkOrderStatus
Packages that use DTOWorkOrderStatus
-
Uses of DTOWorkOrderStatus in overit.geocallapp.wfm.workorders.rs1.status
Methods in overit.geocallapp.wfm.workorders.rs1.status that return types with arguments of type DTOWorkOrderStatusModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderStatus> WorkOrderStatusService.get(Long workOrderStatusId, Collection<String> fields) Retrieves the requiredDTOWorkOrderStatusby calling theWorkOrderStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderStatus>> WorkOrderStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderStatusFilter filter) Returns the collection of all the stored work order status by calling theWorkOrderStatusSearchEvent.