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