Uses of Class
overit.geocallapp.wfm.workorders.rs1.operation.DTOWorkOrderOperation
Packages that use DTOWorkOrderOperation
-
Uses of DTOWorkOrderOperation in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation that return types with arguments of type DTOWorkOrderOperationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperation> WorkOrderOperationDirectService.get(Long operationId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationby calling theWorkOrderOperationLoadEvent.org.springframework.http.ResponseEntity<DTOWorkOrderOperation> WorkOrderOperationService.get(Long workOrderId, Long operationId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationby calling theWorkOrderOperationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationDirectService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored operations by calling theWorkOrderOperationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationService.getCollection(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored work order operations by calling theWorkOrderOperationSearchEvent.