Uses of Class
overit.geocallapp.wfm.workorders.rs1.operation.DTOWorkOrderOperationInsert
Packages that use DTOWorkOrderOperationInsert
-
Uses of DTOWorkOrderOperationInsert in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation with parameters of type DTOWorkOrderOperationInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationService.post(Long workOrderId, @Valid DTOWorkOrderOperationInsert dto) Create a new work order operation by calling theWorkOrderOperationInsertEventMethod parameters in overit.geocallapp.wfm.workorders.rs1.operation with type arguments of type DTOWorkOrderOperationInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkOrderOperationService.batchPost(Long workOrderId, @Size(min=1,max=100) @Valid List<DTOWorkOrderOperationInsert> batchInput) Create a batch of work order operations by calling theWorkOrderOperationInsertBatchEvent