Uses of Class
de.hybris.order.calculation.domain.Order
-
-
Uses of Order in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return Order Modifier and Type Method Description OrderLineItem. getOrder()Methods in de.hybris.order.calculation.domain with parameters of type Order Modifier and Type Method Description MoneyLineItem. getTotal(Order context)Calculates to line item total.MoneyOrderCharge. getTotal(Order context)Calculates the total for this charge within the given order context.MoneyTaxable. getTotal(Order context)Called to fetch the taxable total for tax total calculation.voidLineItem. setOrder(Order order)Sets theOrderto for this line item belongs to. -
Uses of Order in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type Order Modifier and Type Method Description booleanMinimumAmountValidationStrategy. isOrderLowerLimitValid(Order cart, OrderDiscount discount)Checks if the subtotal is valid after application of the Discount to the Cart.NumberedLineItemNumberedLineItemLookupStrategy. lookup(Order cart, OrderEntryRAO entryRao)Returns the correspondingNumberedLineItemfor the givenentryRao. -
Uses of Order in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl that return Order Modifier and Type Method Description protected OrderDefaultMinimumAmountValidationStrategyTest. createOrder()Methods in de.hybris.platform.ruleengineservices.calculation.impl that return types with arguments of type Order Modifier and Type Method Description protected Converter<AbstractOrderRAO,Order>DefaultPriceAdjustmentStrategy. getAbstractOrderRaoToOrderConverter()protected Converter<AbstractOrderRAO,Order>DefaultRuleEngineCalculationService. getAbstractOrderRaoToOrderConverter()Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type Order Modifier and Type Method Description protected java.math.BigDecimalDefaultRuleEngineCalculationService. convertPercentageDiscountToAbsoluteDiscount(java.math.BigDecimal percentageAmount, Order cart)protected OrderDiscountDefaultRuleEngineCalculationService. createOrderDiscount(Order cart, boolean absolute, java.math.BigDecimal amount)Creates an OrderDiscount based on the given values and adds it to the givencart.protected OrderChargeDefaultRuleEngineCalculationService. createShippingCharge(Order cart, boolean absolute, java.math.BigDecimal value)creates anOrderChargeofAbstractCharge.ChargeType.SHIPPINGfor the given values and adds it to the given cart.protected booleanDefaultMinimumAmountValidationStrategy. isOrderLowerLimitValid(Order order)Checks if the Cart subtotal is valid.booleanDefaultMinimumAmountValidationStrategy. isOrderLowerLimitValid(Order order, OrderDiscount discount)NumberedLineItemDefaultNumberedLineItemLookupStrategy. lookup(Order cart, OrderEntryRAO entryRao)protected voidDefaultRuleEngineCalculationService. recalculateTotals(AbstractOrderRAO cartRao, Order cart)Uses the givencartto recalculate the totals of the givencartRao.protected voidDefaultRuleEngineCalculationService. removeShippingCharges(Order cart)Returns all Shipping charges from the Order.Method parameters in de.hybris.platform.ruleengineservices.calculation.impl with type arguments of type Order Modifier and Type Method Description voidDefaultPriceAdjustmentStrategy. setAbstractOrderRaoToOrderConverter(Converter<AbstractOrderRAO,Order> abstractOrderRaoToOrderConverter)voidDefaultRuleEngineCalculationService. setAbstractOrderRaoToOrderConverter(Converter<AbstractOrderRAO,Order> abstractOrderRaoToOrderConverter) -
Uses of Order in de.hybris.platform.ruleengineservices.converters
Methods in de.hybris.platform.ruleengineservices.converters that return Order Modifier and Type Method Description OrderAbstractOrderRaoToOrderConverter. convert(AbstractOrderRAO cartRao)OrderAbstractOrderRaoToOrderConverter. convert(AbstractOrderRAO paramSOURCE, Order paramTARGET)Methods in de.hybris.platform.ruleengineservices.converters with parameters of type Order Modifier and Type Method Description OrderAbstractOrderRaoToOrderConverter. convert(AbstractOrderRAO paramSOURCE, Order paramTARGET)
-