Class DefaultSapCpqSbOrderConversionService
java.lang.Object
de.hybris.platform.sap.saprevenuecloudorder.service.impl.SapRevenueCloudOrderConversionService
com.sap.hybris.sapcpqsbintegration.service.impl.DefaultSapCpqSbOrderConversionService
- All Implemented Interfaces:
SapCpiOrderOutboundConversionService
Default Subscription order Service to communicate with Sap subscription system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertOrderToSapCpiOrder(OrderModel orderModel) Converts OrderModel to SAPCpiOutboundOrderModelprotected voidpopulateSapCpiOutboundOrderModel(SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel order) Methods inherited from class de.hybris.platform.sap.saprevenuecloudorder.service.impl.SapRevenueCloudOrderConversionService
convertCancelOrderToSapCpiCancelOrder, getB2bUnitService, getCmsSiteService, getCommercePriceService, getCommonI18NService, getConfigurationService, populateOrderItems, populatePaymentDetails, setB2bUnitService, setCmsSiteService, setCommercePriceService, setCommonI18NService, setConfigurationServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.sap.sapcpiorderexchange.service.SapCpiOrderOutboundConversionService
convertOrderToSapCpiOrder
-
Constructor Details
-
DefaultSapCpqSbOrderConversionService
public DefaultSapCpqSbOrderConversionService()
-
-
Method Details
-
convertOrderToSapCpiOrder
Description copied from interface:SapCpiOrderOutboundConversionServiceConverts OrderModel to SAPCpiOutboundOrderModel- Specified by:
convertOrderToSapCpiOrderin interfaceSapCpiOrderOutboundConversionService- Overrides:
convertOrderToSapCpiOrderin classSapRevenueCloudOrderConversionService- Parameters:
orderModel- OrderModel- Returns:
- SAPCpiOutboundOrderModel
-
populateSapCpiOutboundOrderModel
protected void populateSapCpiOutboundOrderModel(SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel order)
-