Interface SapPricingBackend
- All Superinterfaces:
BackendBusinessObject
- All Known Implementing Classes:
SapPricingBackendERP
-
Method Summary
Modifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>readPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) voidreadPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) Methods inherited from interface de.hybris.platform.sap.core.bol.backend.BackendBusinessObject
destroyBackendObject, initBackendObject
-
Method Details
-
readPricesForCart
void readPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException, CommunicationException - Parameters:
order- orderpartnerFunction- Partner FunctionconversionService- Conversion Service- Throws:
BackendException- Backend ExceptionCommunicationException- Communication Exception
-
readPriceInformationForProducts
List<de.hybris.platform.jalo.order.price.PriceInformation> readPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException - Parameters:
productModels- productspartnerFunction- Partner FunctionconversionService- Conversion Service- Returns:
- List
Price Information List - Throws:
BackendException- Backend Exception
-