Interface SapCpqCpiOutboundQuoteConversionService
- All Known Implementing Classes:
DefaultSapCpqCpiOutboundQuoteConversionService
public interface SapCpqCpiOutboundQuoteConversionService
Interface that provides utility methods for conversion
-
Method Summary
Modifier and TypeMethodDescriptionconvertQuoteToSapCpiQuote(QuoteModel quoteModel) Converts quote to SAPCPQOutboundQuoteModel to be sent to SCPIconvertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel) Converts quote to SAPCPQOutboundQuoteStatusModel to be sent to SCPI
-
Method Details
-
convertQuoteToSapCpiQuote
Converts quote to SAPCPQOutboundQuoteModel to be sent to SCPI- Parameters:
quoteModel- Quote Model- Returns:
- SAPCPQOutboundQuoteModel model to be sent to SCPI
-
convertQuoteToSapCpiQuoteStatus
Converts quote to SAPCPQOutboundQuoteStatusModel to be sent to SCPI- Parameters:
quoteModel- Quote Model- Returns:
- SAPCPQOutboundQuoteStatusModel model to be sent to SCPI
-