Interface SapCpiServiceOrderOutboundService

All Known Implementing Classes:
DefaultSapCpiServiceOrderOutboundService

public interface SapCpiServiceOrderOutboundService
Interface for Service Order Outbound Service which will send Service Order 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

      boolean sendServiceOrderUpdate(SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel)
      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