Interface SapCpqCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteStatusModel>

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

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