Interface SapCpiOrderMapperService<SOURCE extends OrderModel,TARGET extends SAPCpiOutboundOrderModel>

Type Parameters:
SOURCE - the source object should of type OrderModel
TARGET - the target object should of type SAPCpiOutboundOrderModel
All Known Implementing Classes:
ConfigurationOrderMapperImpl, CpqItemHierarchyMapperService, CPSConfigurationOrderConditionMapper, DefaultCentralOrderCpiMapper, DefaultSapCpiOrderMapperService, DefaultSapCpiServiceOrderMapperService, HierarchicalConfigurationOrderMapperImpl, SapCpiOmmOrderMapperService, SapOaaCpiOrderMapperService

public interface SapCpiOrderMapperService<SOURCE extends OrderModel,TARGET extends SAPCpiOutboundOrderModel>
Provides mapping from OrderModel to SAPCpiOutboundOrderModel.
  • 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 - Order Model
      target - SAP CPI Outbound Order Model