| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
MultiAddressInMemoryCart.findDeliveryCosts() |
PriceValue |
DefaultMultiAddressDeliveryCostsStrategy.findDeliveryCosts(SessionContext ctx,
AbstractOrder order)
Called during
AbstractOrder.calculate(), AbstractOrder.calculate(java.util.Date),
AbstractOrder.recalculate() and AbstractOrder.recalculate(java.util.Date) to fetch and set the
delivery cost for the assigned order. |
protected PriceValue |
DefaultMultiAddressDeliveryCostsStrategy.getCost(SessionContext ctx,
AbstractOrder order)
Calculates the delivery costs of the specified
AbstractOrder by grouping its AbstractOrderEntry
based on their assigned DeliveryMode and 'DeliveryAddress'. |
| Constructor and Description |
|---|
PriceValuesCollection(Collection<? extends PriceValue> collection) |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
CartTotalSumOperandValueProvider.getCartTotalValue(UserModel user,
BTGConditionEvaluationScope scope,
boolean net) |
protected PriceValue |
CurrencyAwareOperandValueProvider.getPriceValueInBaseCurrency(PriceValue source) |
protected PriceValue |
CurrencyAwareOperandValueProvider.sumPriceValuesInBaseCurrency(Collection<PriceValue> prices,
boolean net) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PriceValue> |
AbstractOrderOperandValueProvider.getOrdersTotal(UserModel user,
Date orderTotalFrom,
Date orderTotalTo,
Integer lastOrders,
boolean net) |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
CurrencyAwareOperandValueProvider.getPriceValueInBaseCurrency(PriceValue source) |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
CurrencyAwareOperandValueProvider.sumPriceValuesInBaseCurrency(Collection<PriceValue> prices,
boolean net) |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
MetaProductPriceValue.getProductPriceValue()
Get the product price value
|
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
DefaultMetaProductPriceValue.getProductPriceValue() |
| Constructor and Description |
|---|
DefaultMetaProductPriceValue(PriceValue productPriceValue) |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
BasketResultWidgetRenderer.getProductPriceValue(DataObject<TypedObject> metaItem) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BasketResultWidgetRenderer.formatProductPrice(PriceValue productPrice) |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
ZoneDeliveryMode.getCost(SessionContext ctx,
AbstractOrder order) |
| Modifier and Type | Method and Description |
|---|---|
protected static PriceValue |
Europe1PriceInformation.createPriceValue(PriceRow row,
Currency requested) |
PriceValue |
CustomPriceFactoryTest.TinyPriceFactory.getBasePrice(AbstractOrderEntry entry) |
PriceValue |
Europe1PriceFactory.getBasePrice(AbstractOrderEntry entry) |
| Constructor and Description |
|---|
Europe1PriceInformation(Europe1PriceInformation src,
PriceValue priceValue) |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
AbstractOrder.findDeliveryCosts()
Called during
AbstractOrder.calculate(), AbstractOrder.calculate(Date), AbstractOrder.recalculate() and
AbstractOrder.recalculate(Date) to fetch and set the delivery cost for this order. |
protected PriceValue |
AbstractOrder.findPaymentCosts()
called during
AbstractOrder.calculate(), AbstractOrder.calculate(Date), AbstractOrder.recalculate() and
AbstractOrder.recalculate(Date) to fetch and set the payment costs for this order. |
protected PriceValue |
AbstractOrderEntry.findPrice()
Finds a price for this entry.
|
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
DefaultDeliveryCostsStrategy.findDeliveryCosts(SessionContext ctx,
AbstractOrder order)
Called during
AbstractOrder.calculate(), AbstractOrder.calculate(java.util.Date),
AbstractOrder.recalculate() and AbstractOrder.recalculate(java.util.Date) to fetch and set the
delivery cost for this order. |
PriceValue |
DeliveryCostsStrategy.findDeliveryCosts(SessionContext ctx,
AbstractOrder order)
Called during
AbstractOrder.calculate(), AbstractOrder.calculate(java.util.Date),
AbstractOrder.recalculate() and AbstractOrder.recalculate(java.util.Date) to fetch and set the
delivery cost for the assigned order. |
PriceValue |
DeliveryMode.getCost(AbstractOrder order)
Calculates the delivery cost of this mode for a given order.
|
PriceValue |
DeliveryMode.getCost(SessionContext ctx,
AbstractOrder order)
Calculates the delivery cost of this mode for a given order.
|
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
PaymentMode.getCost(AbstractOrder order)
Deprecated.
use
de.hybris.platform.order.strategies.calculation.FindPaymentCostStrategy#getPaymentCost(de.hybris.platform.core.model.order.AbstractOrderModel) |
PriceValue |
PaymentMode.getCost(SessionContext ctx,
AbstractOrder order)
Deprecated.
use
de.hybris.platform.order.strategies.calculation.FindPaymentCostStrategy#getPaymentCost(de.hybris.platform.core.model.order.AbstractOrderModel) |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
DummyPriceFactory.getBasePrice(AbstractOrderEntry entry) |
PriceValue |
DummyPriceFactoryImpl.getBasePrice(AbstractOrderEntry entry) |
abstract PriceValue |
AbstractPriceFactory.getBasePrice(AbstractOrderEntry entry)
override to define the base price of an order entry
|
PriceValue |
PriceFactory.getBasePrice(AbstractOrderEntry entry)
Implement this to define the
base price of an order entry |
PriceValue |
PriceInformation.getPrice()
Deprecated.
please use
PriceInformation.getPriceValue() instead |
PriceValue |
PriceInformation.getPriceValue()
The price value.
|
| Constructor and Description |
|---|
PriceInformation(Map qualifiers,
PriceValue price) |
PriceInformation(PriceValue price) |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
StandardPaymentMode.getCost(SessionContext ctx,
AbstractOrder order)
Deprecated.
use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel, AbstractOrderModel)
|
PriceValue |
StandardPaymentModeManager.getCost(SessionContext ctx,
StandardPaymentMode mode,
AbstractOrder order)
Deprecated.
use
PaymentMode.getCost(AbstractOrder) directly |
| Modifier and Type | Method and Description |
|---|---|
protected PriceValue |
TestOrder.findDeliveryCosts() |
protected PriceValue |
TestOrder.findPaymentCosts() |
protected PriceValue |
TestOrderEntry.findPrice() |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
FindPricingForConfigurableProductsStrategy.findBasePrice(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry)
Resolves the subscription price value for the given AbstractOrderEntryModel by searching a
ProductModel that is applicable for the entry's subscription product. |
| Modifier and Type | Method and Description |
|---|---|
static PriceValue |
JaloTools.convertPriceIfNecessary(PriceValue pv,
boolean toNet,
Currency toCurrency,
Collection taxValues)
converts a PriceValue object into a double matching the target currency and net/gross - state if necessary.
|
PriceValue |
PriceValue.getOtherPrice(Collection taxValues)
converts this price into another price with opposing net/gross state.
|
PriceValue |
PriceValue.getOtherPrice(double relativeTotalTaxes)
converts this price into another price with opposing net/gross state.
|
PriceValue |
PriceValue.getOtherPrice(double relativeTotalTaxes,
double absoluteTotalTaxes)
converts this price into another price with opposing net/gross state.
|
static PriceValue |
PriceValue.parsePriceValue(String str) |
| Modifier and Type | Method and Description |
|---|---|
static PriceValue |
JaloTools.convertPriceIfNecessary(PriceValue pv,
boolean toNet,
Currency toCurrency,
Collection taxValues)
converts a PriceValue object into a double matching the target currency and net/gross - state if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
PriceValue |
TestDeliveryMode.getCost(SessionContext ctx,
AbstractOrder order) |
Copyright © 2017 SAP SE. All Rights Reserved.