public interface SapPricingBackend extends BackendBusinessObject
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PriceInformation> |
readPriceInformationForProducts(java.util.List<ProductModel> productModels,
SapPricingPartnerFunction partnerFunction,
ConversionService conversionService) |
void |
readPricesForCart(AbstractOrderModel order,
SapPricingPartnerFunction partnerFunction,
ConversionService conversionService) |
destroyBackendObject, initBackendObjectvoid readPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException, CommunicationException
order - partnerFunction - conversionService - TODOBackendExceptionCommunicationExceptionjava.util.List<PriceInformation> readPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) throws BackendException
productModels - partnerFunction - conversionService - TODOBackendExceptionCopyright © 2018 SAP SE. All Rights Reserved.