Interface SapCpiOutboundQuoteService

All Known Implementing Classes:
DefaultSapCpiOutboundQuoteService

public interface SapCpiOutboundQuoteService
  • Field Details

  • Method Details

    • sendQuote

      rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel)
    • sendQuoteStatus

      rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel)
    • isSentSuccessfully

      static boolean isSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap)
    • getPropertyValue

      static String getPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property)