Class DefaultSapCpqCpiQuoteEntryMapperService
java.lang.Object
com.sap.hybris.sapcpqquoteintegration.outbound.service.impl.DefaultSapCpqCpiQuoteEntryMapperService
- All Implemented Interfaces:
SapCpqCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCPQOutboundQuoteItemModel>
public class DefaultSapCpqCpiQuoteEntryMapperService
extends Object
implements SapCpqCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCPQOutboundQuoteItemModel>
CPQ Quote Entry Mapper service implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel,?> protected CompanyModelgetRootB2BUnit(B2BCustomerModel customerModel) voidmap(AbstractOrderEntryModel quoteEntry, SAPCPQOutboundQuoteItemModel sapCpiQuoteItem) Performs mapping from source to target.voidsetB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService)
-
Constructor Details
-
DefaultSapCpqCpiQuoteEntryMapperService
public DefaultSapCpqCpiQuoteEntryMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpqCpiQuoteEntryMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpqCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCPQOutboundQuoteItemModel> - Parameters:
quoteEntry- Quote Entry ModelsapCpiQuoteItem- SAP CPI Outbound Quote Entry Model
-
getRootB2BUnit
-
getB2bUnitService
-
setB2bUnitService
public void setB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService)
-