Interface SapCpiOrderCancellationMapperService<SOURCE extends OrderCancelRecordEntryModel,TARGET extends SAPCpiOutboundOrderCancellationModel>
- Type Parameters:
SOURCE- the source object should of type OrderCancelRecordEntryModelTARGET- the target object should of type SAPCpiOutboundOrderCancellationModel
- All Known Implementing Classes:
SapCpiOmmOrderCancellationMapperService
public interface SapCpiOrderCancellationMapperService<SOURCE extends OrderCancelRecordEntryModel,TARGET extends SAPCpiOutboundOrderCancellationModel>
Provides mapping from
OrderCancelRecordEntryModel to List<SAPCpiOutboundOrderCancellationModel>.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Order Cancel Record Entry Modeltarget- SAP CPI Outbound Order Cancellation Model
-