Interface SapCpqCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteModel>

Type Parameters:
SOURCE - the parameter of the interface
TARGET - 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

    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 CPQ Outbound Quote Model