Interface SapCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteModel>

Type Parameters:
SOURCE - the parameter of the interface
TARGET - the parameter of the interface
All Known Implementing Classes:
DefaultSapCpiQuoteMapperService, ProductConfigSCPIQuoteMapperImpl

public interface SapCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteModel>
Provides mapping from QuoteModel to SAPCpiOutboundQuoteModel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(SOURCE source, TARGET target)
    Performs mapping from source to target.
  • Method Details

    • map

      void map(SOURCE source, TARGET target)
      Performs mapping from source to target.
      Parameters:
      source - Quote Model
      target - SAP CPI Outbound Quote Model