Uses of Class
de.hybris.order.calculation.domain.Order
Packages that use Order
Package
Description
-
Uses of Order in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return OrderMethods in de.hybris.order.calculation.domain with parameters of type OrderModifier and TypeMethodDescriptionCalculates to line item total.Calculates the total for this charge within the given order context.Called to fetch the taxable total for tax total calculation.voidSets 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 OrderModifier and TypeMethodDescriptionbooleanMinimumAmountValidationStrategy.isOrderLowerLimitValid(Order cart, OrderDiscount discount) Checks if the subtotal is valid after application of the Discount to the Cart.NumberedLineItemLookupStrategy.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 OrderModifier and TypeMethodDescriptionprotected OrderDefaultMinimumAmountValidationStrategyTest.createOrder()Methods in de.hybris.platform.ruleengineservices.calculation.impl that return types with arguments of type OrderModifier and TypeMethodDescriptionprotected Converter<AbstractOrderRAO,Order> DefaultPriceAdjustmentStrategy.getAbstractOrderRaoToOrderConverter()protected Converter<AbstractOrderRAO,Order> DefaultRuleEngineCalculationService.getAbstractOrderRaoToOrderConverter()Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type OrderModifier and TypeMethodDescriptionprotected BigDecimalDefaultRuleEngineCalculationService.convertPercentageDiscountToAbsoluteDiscount(BigDecimal percentageAmount, Order cart) protected OrderDiscountDefaultRuleEngineCalculationService.createOrderDiscount(Order cart, boolean absolute, BigDecimal amount) Creates an OrderDiscount based on the given values and adds it to the givencart.protected OrderChargeDefaultRuleEngineCalculationService.createShippingCharge(Order cart, boolean absolute, 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) DefaultNumberedLineItemLookupStrategy.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 OrderModifier and TypeMethodDescriptionvoidDefaultPriceAdjustmentStrategy.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 OrderModifier and TypeMethodDescriptionAbstractOrderRaoToOrderConverter.convert(AbstractOrderRAO cartRao) AbstractOrderRaoToOrderConverter.convert(AbstractOrderRAO paramSOURCE, Order paramTARGET) Methods in de.hybris.platform.ruleengineservices.converters with parameters of type OrderModifier and TypeMethodDescriptionAbstractOrderRaoToOrderConverter.convert(AbstractOrderRAO paramSOURCE, Order paramTARGET)