Class DefaultSapCpiQuoteEntryMapperService
java.lang.Object
com.sap.hybris.sapquoteintegration.outbound.service.impl.DefaultSapCpiQuoteEntryMapperService
- All Implemented Interfaces:
SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>
public class DefaultSapCpiQuoteEntryMapperService
extends Object
implements SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>
Default implementation for SapCpiQuoteEntryMapperService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem) Performs mapping from source to target.
-
Constructor Details
-
DefaultSapCpiQuoteEntryMapperService
public DefaultSapCpiQuoteEntryMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpiQuoteEntryMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel> - Parameters:
quoteEntry- Quote Entry ModelsapCpiQuoteItem- SAP CPI Outbound Quote Entry Model
-