Class DefaultSapCpiQuoteEntryMapperService
- java.lang.Object
-
- com.sap.hybris.sapquoteintegration.outbound.service.impl.DefaultSapCpiQuoteEntryMapperService
-
- All Implemented Interfaces:
SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>
public class DefaultSapCpiQuoteEntryMapperService extends java.lang.Object implements SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultSapCpiQuoteEntryMapperService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmap(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem)Performs mapping from source to target.
-
-
-
Method Detail
-
map
public void map(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem)
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
-
-