Interface SapCpqCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteModel>
- Type Parameters:
SOURCE- the parameter of the interfaceTARGET- the parameter of the interface
- All Known Implementing Classes:
DefaultSapCpqCpiQuoteMapperService
public interface SapCpqCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteModel>
Provides mapping from
QuoteModel to SAPCPQOutboundQuoteModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Quote Modeltarget- SAP CPQ Outbound Quote Model
-