Interface SapPricingBackend
-
- All Superinterfaces:
BackendBusinessObject
- All Known Implementing Classes:
SapPricingBackendERP
public interface SapPricingBackend extends BackendBusinessObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PriceInformation>readPriceInformationForProducts(java.util.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 Detail
-
readPricesForCart
void readPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException, CommunicationException
- Parameters:
order-partnerFunction-conversionService- TODO- Throws:
BackendExceptionCommunicationException
-
readPriceInformationForProducts
java.util.List<PriceInformation> readPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException
- Parameters:
productModels-partnerFunction-conversionService- TODO- Returns:
- List
- Throws:
BackendException
-
-