Class DefaultSapCpqCpiQuoteMapperService
java.lang.Object
com.sap.hybris.sapcpqquoteintegration.outbound.service.impl.DefaultSapCpqCpiQuoteMapperService
- All Implemented Interfaces:
SapCpqCpiQuoteMapperService<QuoteModel,SAPCPQOutboundQuoteModel>
public class DefaultSapCpqCpiQuoteMapperService
extends Object
implements SapCpqCpiQuoteMapperService<QuoteModel,SAPCPQOutboundQuoteModel>
CPQ Quote Mapper Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel,?> de.hybris.platform.servicelayer.config.ConfigurationServiceprotected CompanyModelgetRootB2BUnit(B2BCustomerModel customerModel) voidmap(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) Performs mapping from source to target.protected SAPCPQOutboundQuoteModelmapQuoteToSapCpqCpiOutboundQuote(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) voidsetB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService) voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
-
Constructor Details
-
DefaultSapCpqCpiQuoteMapperService
public DefaultSapCpqCpiQuoteMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpqCpiQuoteMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpqCpiQuoteMapperService<QuoteModel,SAPCPQOutboundQuoteModel> - Parameters:
quoteModel- Quote ModelscpiQuoteModel- SAP CPQ Outbound Quote Model
-
getRootB2BUnit
-
mapQuoteToSapCpqCpiOutboundQuote
protected SAPCPQOutboundQuoteModel mapQuoteToSapCpqCpiOutboundQuote(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) -
getB2bUnitService
-
setB2bUnitService
public void setB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService) -
getConfigurationService
public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService() -
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
-