| Package | Description |
|---|---|
| de.hybris.platform.webservices.price | |
| de.hybris.platform.webservices.price.impl |
| Modifier and Type | Method and Description |
|---|---|
Price |
Prices.getBestValuePrice()
In general this is the price which is the best in relation to the quantity.
|
Price |
Prices.getDefaultPricing()
|
Price |
Prices.getLowestQuantityPrice()
Returns the
Price for the minimum amount which must be taken. |
Price |
Price.getOldPricing()
An old pricing; for marketing issues or similar.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Price> |
Prices.getPricingList()
Returns a list of all available
Price. |
| Modifier and Type | Class and Description |
|---|---|
class |
PriceImpl
pojo responsible for representing one price row entry for specified product which also respects
taxes/discount/voucher which mighth affect this object
|
| Modifier and Type | Field and Description |
|---|---|
static Price |
PriceImpl.EMPTY_PRICE |
| Modifier and Type | Method and Description |
|---|---|
Price |
PricesImpl.getBestValuePrice() |
Price |
PricesImpl.getDefaultPricing() |
Price |
PricesImpl.getLowestQuantityPrice() |
Price |
PriceImpl.getOldPricing() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Price> |
PricesImpl.getPricingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PricesImpl.setDefaultPricing(Price defaultPricing) |
void |
PriceImpl.setOldPricing(Price oldPrice) |
| Modifier and Type | Method and Description |
|---|---|
void |
PricesImpl.setPricingList(java.util.List<Price> pricingList) |
Copyright © 2018 SAP SE. All Rights Reserved.