Uses of Class
de.hybris.order.calculation.domain.OrderCharge
Packages that use OrderCharge
Package
Description
-
Uses of OrderCharge in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return types with arguments of type OrderChargeModifier and TypeMethodDescriptionOrder.getCharges()Returns all charges assigned to this order.Order.getTotalCharges()Calculates totals of all charges assigned to this order separately.Methods in de.hybris.order.calculation.domain with parameters of type OrderChargeModifier and TypeMethodDescriptionvoidOrder.addCharge(int index, OrderCharge aoc) Assigns a single charge to this order at a specific position.voidOrder.addCharge(OrderCharge aoc) Assigns a single charge to this order.voidOrder.addCharges(OrderCharge... charges) Assigns multiple charges to this order.protected MoneyOrder.calculateOrderCharge(Money currentValue, OrderCharge addCharge) voidOrder.removeCharge(OrderCharge aoc) Removes a charge from this order.Method parameters in de.hybris.order.calculation.domain with type arguments of type OrderChargeModifier and TypeMethodDescriptionvoidOrder.addCharges(List<OrderCharge> charges) Assigns multiple charges to this order.protected MoneyOrder.getFixedTaxedAdditionalCharges(Map<OrderCharge, Money> aocValues) -
Uses of OrderCharge in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl that return OrderChargeModifier and TypeMethodDescriptionprotected OrderChargeDefaultRuleEngineCalculationService.createShippingCharge(Order cart, boolean absolute, BigDecimal value) creates anOrderChargeofAbstractCharge.ChargeType.SHIPPINGfor the given values and adds it to the given cart. -
Uses of OrderCharge in de.hybris.platform.ruleengineservices.converters
Methods in de.hybris.platform.ruleengineservices.converters that return OrderChargeModifier and TypeMethodDescriptionprotected OrderChargeAbstractOrderRaoToOrderConverter.convertToPaymentOrderCharge(AbstractOrderRAO cartRao) creates the OrderCharge of type PAYMENT based on the given cart.protected OrderChargeAbstractOrderRaoToOrderConverter.convertToShippingOrderCharge(AbstractOrderRAO cartRao) creates the OrderCharge of type SHIPPING based on the given cart. -
Uses of OrderCharge in de.hybris.platform.ruleengineservices.util
Methods in de.hybris.platform.ruleengineservices.util that return OrderChargeModifier and TypeMethodDescriptionOrderUtils.createShippingCharge(Currency currency, boolean absolute, BigDecimal value) Creates anOrderChargeofAbstractCharge.ChargeType.SHIPPINGfor the given values.