public class DefaultSapCpiQuoteMapperService extends java.lang.Object implements SapCpiQuoteMapperService<QuoteModel,SAPCpiOutboundQuoteModel>
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOG |
protected static java.lang.String |
PROMOTION_PREFX |
| Constructor and Description |
|---|
DefaultSapCpiQuoteMapperService() |
protected static final Logger LOG
protected static final java.lang.String PROMOTION_PREFX
public void map(QuoteModel quoteModel, SAPCpiOutboundQuoteModel scpiQuoteModel)
SapCpiQuoteMapperServicemap in interface SapCpiQuoteMapperService<QuoteModel,SAPCpiOutboundQuoteModel>quoteModel - Quote ModelscpiQuoteModel - SAP CPI Outbound Quote Modelprotected SAPCpiOutboundQuoteModel mapQuoteToSapCpiOutboundQuote(QuoteModel quoteModel, SAPCpiOutboundQuoteModel scpiQuoteModel)
protected java.lang.String createPromotionSummary(PromotionOrderResults promotionResults)
protected java.lang.String appendPromotions(java.util.List<PromotionResult> promotions)
protected java.util.Set<SAPCpiOutboundQuoteCustomerModel> mapQuoteCustomers(B2BCustomerModel customerModel)
protected SAPCpiOutboundQuoteCustomerModel mapCustomer(B2BCustomerModel customerModel)
protected void populateAddress(SAPCpiOutboundQuoteCustomerModel customer, AddressModel address)
protected AddressModel getValidAddress(java.util.Collection<AddressModel> addresses)
public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
public CustomerNameStrategy getCustomerNameStrategy()
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
public PromotionsService getPromotionsService()
public void setPromotionsService(PromotionsService promotionsService)
public QuoteService getQuoteService()
public void setQuoteService(QuoteService quoteService)
Copyright © 2018 SAP SE. All Rights Reserved.