Class DefaultCentralOrderOutboundAdditionalAttributeMapper
java.lang.Object
com.sap.sapcentralorderfacades.order.mapper.impl.DefaultCentralOrderOutboundAdditionalAttributeMapper
- All Implemented Interfaces:
SapCpiOrderOutboundAdditionalAttributeMapper
@Deprecated(since="2211 FP3")
public class DefaultCentralOrderOutboundAdditionalAttributeMapper
extends Object
implements SapCpiOrderOutboundAdditionalAttributeMapper
Deprecated.
POST order via CPI. Use V2 instead where order is posted to central order (OMF) without CPI
DefaultCentralOrderOutboundAdditionalAttributeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidmapAdditionalAttributes(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Deprecated.Maps additional attributes to SAPCpiOutboundOrderModelvoidsetConfigurationService(CoConfigurationService configurationService) Deprecated.
-
Constructor Details
-
DefaultCentralOrderOutboundAdditionalAttributeMapper
public DefaultCentralOrderOutboundAdditionalAttributeMapper()Deprecated.
-
-
Method Details
-
mapAdditionalAttributes
public void mapAdditionalAttributes(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Deprecated.Description copied from interface:SapCpiOrderOutboundAdditionalAttributeMapperMaps additional attributes to SAPCpiOutboundOrderModel- Specified by:
mapAdditionalAttributesin interfaceSapCpiOrderOutboundAdditionalAttributeMapper- Parameters:
orderModel-sapCpiOutboundOrderModel-
-
getConfigurationService
Deprecated. -
setConfigurationService
Deprecated.
-