Class DefaultCentralOrderRCOutboundAdditionalAttributeMapper
java.lang.Object
com.sap.sapcentralorderrcfacades.order.mapper.impl.DefaultCentralOrderRCOutboundAdditionalAttributeMapper
- All Implemented Interfaces:
SapCpiOrderOutboundAdditionalAttributeMapper
@Deprecated(since="2211 FP3")
public class DefaultCentralOrderRCOutboundAdditionalAttributeMapper
extends Object
implements SapCpiOrderOutboundAdditionalAttributeMapper
Deprecated.
POST order via CPI. Upgrade to version V2 instead where order is posted to central order (OMF) without CPI
DefaultCentralOrderRCOutboundAdditionalAttributeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.cms2.servicelayer.services.CMSSiteServiceDeprecated.de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceServiceDeprecated.de.hybris.platform.servicelayer.i18n.CommonI18NServiceDeprecated.Deprecated.voidmapAdditionalAttributes(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Deprecated.Maps additional attributes to SAPCpiOutboundOrderModelprotected voidpopulateSubscriptionAttributes(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel, AbstractOrderEntryModel abstractOrderEntryModel) Deprecated.voidsetCmsSiteService(de.hybris.platform.cms2.servicelayer.services.CMSSiteService cmsSiteService) Deprecated.voidsetCommercePriceService(de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService commercePriceService) Deprecated.voidsetCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) Deprecated.voidsetConfigurationService(CoConfigurationService configurationService) Deprecated.
-
Constructor Details
-
DefaultCentralOrderRCOutboundAdditionalAttributeMapper
public DefaultCentralOrderRCOutboundAdditionalAttributeMapper()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
-
populateSubscriptionAttributes
protected void populateSubscriptionAttributes(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel, AbstractOrderEntryModel abstractOrderEntryModel) Deprecated. -
getCommercePriceService
public de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService getCommercePriceService()Deprecated. -
setCommercePriceService
public void setCommercePriceService(de.hybris.platform.subscriptionservices.price.SubscriptionCommercePriceService commercePriceService) Deprecated. -
getCmsSiteService
public de.hybris.platform.cms2.servicelayer.services.CMSSiteService getCmsSiteService()Deprecated. -
setCmsSiteService
public void setCmsSiteService(de.hybris.platform.cms2.servicelayer.services.CMSSiteService cmsSiteService) Deprecated. -
getCommonI18NService
public de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()Deprecated. -
setCommonI18NService
public void setCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) Deprecated. -
getConfigurationService
Deprecated. -
setConfigurationService
Deprecated.
-