Uses of Class
de.hybris.platform.jalo.order.delivery.JaloDeliveryModeException
-
-
Uses of JaloDeliveryModeException in de.hybris.basecommerce.jalo
Methods in de.hybris.basecommerce.jalo that throw JaloDeliveryModeException Modifier and Type Method Description voidBasecommerceTest. testMultiAddressCalculation()Scenario: 1
testProduct0 -> deliveryModeCode1( delivery cost:= 4.2 )
testProduct1 -> deliveryModeCode1( delivery cost:= 4.2 )
==> package no.1 ( delivery cost:= 4.2 )
testProduct2 -> deliveryModeCode3( delivery cost:= 3.8 )
==> package no.2 ( delivery cost:= 3.8 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 8.0
Scenario: 2
usage of DefaultDeliveryCostsStrategy -> total sum of delivery costs: 0.0
Scenario: 3
testProduct0 -> deliveryModeCode1( delivery cost:= 4.2 )
testProduct1 -> deliveryModeCode1( delivery cost:= 4.2 )
==> package no.1 ( delivery cost:= 4.2 )
testProduct2 -> deliveryMode is null -> fallback to delivery mode of order( delivery cost:= 0.0 )
==> package no.2 ( delivery cost:= 0.0 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 4.2
Scenario: 4
testProduct0 -> deliveryAddress is null -> fallback to delivery address of order -> additional package
==> package no.1 ( delivery cost:= 4.2 )
==> package no.2 ( delivery cost:= 4.2 )
==> package no.3 ( delivery cost:= 0.0 )
usage of DefaultMultiAddressDeliveryCostsStrategy -> total sum of delivery costs: 8.4 -
Uses of JaloDeliveryModeException in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that throw JaloDeliveryModeException Modifier and Type Method Description protected PriceValueDefaultMultiAddressDeliveryCostsStrategy. getCost(SessionContext ctx, AbstractOrder order)Calculates the delivery costs of the specifiedAbstractOrderby grouping itsAbstractOrderEntrybased on their assignedDeliveryModeand 'DeliveryAddress'. -
Uses of JaloDeliveryModeException in de.hybris.platform.chineselogisticservices.delivery.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.impl that throw JaloDeliveryModeException Modifier and Type Method Description PriceValueChineseDeliveryService. getCost(AbstractOrderModel order, DeliveryModeModel deliveryMode, C2LItemModel c2LItem)Get the cost of a given order with specific delivery mode -
Uses of JaloDeliveryModeException in de.hybris.platform.deliveryzone.jalo
Methods in de.hybris.platform.deliveryzone.jalo that throw JaloDeliveryModeException Modifier and Type Method Description ZoneDeliveryModeValueZoneDeliveryMode. addNewDeliveryModeValue(Zone zone, Currency curr, double minimum, double value)Deprecated.since ages - useZoneDeliveryMode.setCost(Currency, double, double, Zone)directlyprotected ZoneDeliveryModeValueZoneDeliveryMode. createValue(Zone zone, double value, Currency currency, double min)protected doubleZoneDeliveryMode. getCalculationBaseValue(SessionContext ctx, AbstractOrder order, java.lang.String propName)PriceValueZoneDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.java.util.Collection<Currency>ZoneDeliveryMode. getCurrencies(Zone zone)Returns all currencies for which values are defined in this delivery mode.java.util.CollectionZoneDeliveryModeManager. getCurrencies(ZoneDeliveryMode mode, Zone zone)Deprecated.since ages - useZoneDeliveryMode.getCurrencies(Zone)java.util.Map<java.lang.Double,java.lang.Double>ZoneDeliveryMode. getValues(Currency curr, Zone zone)Method getValuesjava.util.MapZoneDeliveryModeManager. getValues(ZoneDeliveryMode mode, Currency curr, Zone zone)Deprecated.since ages - useZoneDeliveryMode.getValues(Currency, Zone)booleanZoneDeliveryMode. removeCost(Currency curr, double min, Zone zone)Method removeCostbooleanZoneDeliveryModeManager. removeCost(ZoneDeliveryMode mode, Currency curr, double min, Zone zone)Deprecated.since ages - useZoneDeliveryMode.removeCost(Currency, double, Zone)ZoneDeliveryModeValueZoneDeliveryMode. setCost(Currency curr, double min, double value, Zone zone)Method setCostZoneDeliveryModeValueZoneDeliveryModeManager. setCost(ZoneDeliveryMode mode, Currency curr, double min, double value, Zone zone)Deprecated.since ages - useZoneDeliveryMode.setCost(Currency, double, double, Zone) -
Uses of JaloDeliveryModeException in de.hybris.platform.jalo.order.delivery
Methods in de.hybris.platform.jalo.order.delivery that throw JaloDeliveryModeException Modifier and Type Method Description PriceValueDeliveryMode. getCost(AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.PriceValueDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy. -
Uses of JaloDeliveryModeException in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that throw JaloDeliveryModeException Modifier and Type Method Description PriceValueTestDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)
-