Class DefaultCentralOrderCpiMapper
java.lang.Object
de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
com.sap.sapcentralorderfacades.order.mapper.impl.DefaultCentralOrderCpiMapper
- All Implemented Interfaces:
SapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel>
@Deprecated(since="2211 FP3")
public class DefaultCentralOrderCpiMapper
extends SapCpiOmmOrderMapperService
Deprecated.
POST order via CPI. Use V2 instead where order is posted to central order (OMF) without CPI
DefaultCentralOrderCpiMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.voidmap(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Deprecated.Performs mapping from source to target.protected SAPCpiOutboundConfigModelmapOrderConfigInfo(SapCpiConfig sapCpiConfig, OrderModel orderModel) Deprecated.protected voidmapSapCpiOrderToSAPCpiOrderOutbound(SapCpiOrder sapCpiOrder, SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel orderModel) Deprecated.voidsetConfigurationService(CoConfigurationService configurationService) Deprecated.voidsetSapCpiOrderConversionService(SapCpiOrderConversionService sapCpiOrderConversionService) Deprecated.voidsetSapCpiOrderOutboundAdditionalAttributePopulator(SapCpiOrderOutboundAdditionalAttributePopulator sapCpiOrderOutboundAdditionalAttributePopulator) Deprecated.Methods inherited from class de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
mapCreditCards, mapOrderAddresses, mapOrderConfigInfo, mapOrderItems, mapOrderPartners, mapOrderPrices, mapSapCpiOrderToSAPCpiOrderOutbound
-
Constructor Details
-
DefaultCentralOrderCpiMapper
public DefaultCentralOrderCpiMapper()Deprecated.
-
-
Method Details
-
map
Deprecated.Performs mapping from source to target.- Specified by:
mapin interfaceSapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel> - Overrides:
mapin classSapCpiOmmOrderMapperService- Parameters:
orderModel- Order ModelsapCpiOutboundOrderModel- SAP CPI Outbound Order Model
-
mapSapCpiOrderToSAPCpiOrderOutbound
protected void mapSapCpiOrderToSAPCpiOrderOutbound(SapCpiOrder sapCpiOrder, SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel orderModel) Deprecated. -
mapOrderConfigInfo
protected SAPCpiOutboundConfigModel mapOrderConfigInfo(SapCpiConfig sapCpiConfig, OrderModel orderModel) Deprecated. -
getSapCpiOrderConversionService
Deprecated.- Overrides:
getSapCpiOrderConversionServicein classSapCpiOmmOrderMapperService
-
setSapCpiOrderConversionService
public void setSapCpiOrderConversionService(SapCpiOrderConversionService sapCpiOrderConversionService) Deprecated.- Overrides:
setSapCpiOrderConversionServicein classSapCpiOmmOrderMapperService
-
getSapCpiOrderOutboundAdditionalAttributePopulator
public SapCpiOrderOutboundAdditionalAttributePopulator getSapCpiOrderOutboundAdditionalAttributePopulator()Deprecated. -
setSapCpiOrderOutboundAdditionalAttributePopulator
public void setSapCpiOrderOutboundAdditionalAttributePopulator(SapCpiOrderOutboundAdditionalAttributePopulator sapCpiOrderOutboundAdditionalAttributePopulator) Deprecated. -
getConfigurationService
Deprecated. -
setConfigurationService
Deprecated.
-