Interface SapCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteStatusModel>

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

    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 Status Model