Interface SapCpiServiceOrderOutboundService
- All Known Implementing Classes:
DefaultSapCpiServiceOrderOutboundService
public interface SapCpiServiceOrderOutboundService
Interface for Service Order Outbound Service which will send Service Order to SCPI
-
Method Summary
Modifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>sendServiceOrder(SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) Method for sending Service Order Create Payload to SCPIrx.Observable<org.springframework.http.ResponseEntity<Map>>Method for sending Service Order Cancellation to SCPIbooleansendServiceOrderUpdate(SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) Method for sending Service Order Update Payload to SCPI
-
Method Details
-
sendServiceOrder
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendServiceOrder(SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) Method for sending Service Order Create Payload to SCPI- Parameters:
sapCpiOutboundServiceOrderModel- Outbound service order create payload- Returns:
- response
-
sendServiceOrderUpdate
Method for sending Service Order Update Payload to SCPI- Parameters:
sapCpiOutboundServiceOrderModel- Outbound service order update payload- Returns:
- boolean response success
-
sendServiceOrderCancellation
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendServiceOrderCancellation(SAPCpiOutboundServiceOrderModel order) Method for sending Service Order Cancellation to SCPI- Parameters:
order- service order- Returns:
- response
-