Interface SapCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCpiOutboundQuoteItemModel>
- Type Parameters:
SOURCE- the parameter of the interfaceTARGET- the parameter of the interface
- All Known Implementing Classes:
DefaultSapCpiQuoteEntryMapperService,ProductConfigSCPIQuoteEntryMapperImpl
public interface SapCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCpiOutboundQuoteItemModel>
Provides mapping from
AbstractOrderEntryModel of Quote to SAPCpiOutboundQuoteItemModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Quote Entry Modeltarget- SAP CPI Outbound Quote Entry Model
-