Interface SapCpqCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteStatusModel>
- Type Parameters:
SOURCE- the parameter of the classTARGET- the parameter of the class
- All Known Implementing Classes:
DefaultSapCpqCpiQuoteStatusMapperService
public interface SapCpqCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteStatusModel>
Provides mapping from
QuoteModel to SAPCPQOutboundQuoteStatusModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Quote Modeltarget- SAP CPQ Outbound Quote Status Model
-