Interface SapCpqCpiOutboundQuoteConversionService

All Known Implementing Classes:
DefaultSapCpqCpiOutboundQuoteConversionService

public interface SapCpqCpiOutboundQuoteConversionService
Interface that provides utility methods for conversion
  • Method Details

    • convertQuoteToSapCpiQuote

      SAPCPQOutboundQuoteModel convertQuoteToSapCpiQuote(QuoteModel quoteModel)
      Converts quote to SAPCPQOutboundQuoteModel to be sent to SCPI
      Parameters:
      quoteModel - Quote Model
      Returns:
      SAPCPQOutboundQuoteModel model to be sent to SCPI
    • convertQuoteToSapCpiQuoteStatus

      SAPCPQOutboundQuoteStatusModel convertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel)
      Converts quote to SAPCPQOutboundQuoteStatusModel to be sent to SCPI
      Parameters:
      quoteModel - Quote Model
      Returns:
      SAPCPQOutboundQuoteStatusModel model to be sent to SCPI