Interface SapCpiOrderCancellationMapperService<SOURCE extends OrderCancelRecordEntryModel,TARGET extends SAPCpiOutboundOrderCancellationModel>

Type Parameters:
SOURCE - the source object should of type OrderCancelRecordEntryModel
TARGET - the target object should of type SAPCpiOutboundOrderCancellationModel
All Known Implementing Classes:
SapCpiOmmOrderCancellationMapperService

public interface SapCpiOrderCancellationMapperService<SOURCE extends OrderCancelRecordEntryModel,TARGET extends SAPCpiOutboundOrderCancellationModel>
  • Method Summary

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

    • map

      void map(SOURCE source, List<TARGET> target)
      Performs mapping from source to target.
      Parameters:
      source - Order Cancel Record Entry Model
      target - SAP CPI Outbound Order Cancellation Model