Interface SapCpiOutboundC4CQuoteConversionService
- All Known Implementing Classes:
DefaultSapCpiOutboundC4CQuoteConversionService
public interface SapCpiOutboundC4CQuoteConversionService
Public interface used to handle conversion operations
-
Method Summary
Modifier and TypeMethodDescriptionConvert Quote to Sales Order NotificationConvert Quote to SCPI code
-
Method Details
-
convertQuoteToSapCpiQuote
Convert Quote to SCPI code- Parameters:
quote- parameter used to convert it into integration object- Returns:
- SAPC4CCpiOutboundQuoteModel
-
convertQuoteToSalesOrderNotification
Convert Quote to Sales Order Notification- Parameters:
order- parameter used to convert it into integration object- Returns:
- C4CSalesOrderNotificationModel
-