public interface PriceService
| Modifier and Type | Method and Description |
|---|---|
default java.util.List<PriceInformation> |
getPriceInformations(PriceCriteria priceCriteria)
Calculates all applicable prices for given criteria.
|
java.util.List<PriceInformation> |
getPriceInformationsForProduct(ProductModel model)
Returns all available
PriceInformation for the given ProductModel and the current session user. |
java.util.List<PriceInformation> getPriceInformationsForProduct(ProductModel model)
PriceInformation for the given ProductModel and the current session user.model - the productdefault java.util.List<PriceInformation> getPriceInformations(PriceCriteria priceCriteria)
Copyright © 2018 SAP SE. All Rights Reserved.