Interface SapCpqCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCPQOutboundQuoteItemModel>

Type Parameters:
SOURCE - the parameter of the interface
TARGET - the parameter of the interface
All Known Implementing Classes:
DefaultCpqProductConfigCpqCpiQuoteEntryMapperService, DefaultProductConfigCpqCpiQuoteEntryMapperService, DefaultSapCpqCpiQuoteEntryMapperService

public interface SapCpqCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCPQOutboundQuoteItemModel>
Provides mapping from AbstractOrderEntryModel of Quote to SAPCPQOutboundQuoteItemModel.
  • 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 Entry Model
      target - SAP CPI Outbound Quote Entry Model