Uses of Class
de.hybris.platform.ruleengineservices.rao.OrderEntryRAO
-
-
Uses of OrderEntryRAO in de.hybris.platform.droolsruleengineservices.commerce
Methods in de.hybris.platform.droolsruleengineservices.commerce that return OrderEntryRAO Modifier and Type Method Description protected OrderEntryRAODefaultRAOActionTest. createOrderEntryRAO(java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber, CartRAO cart, ProductRAO product) -
Uses of OrderEntryRAO in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return OrderEntryRAO Modifier and Type Method Description protected OrderEntryRAOAbstractRuleEngineServicesTest. createOrderEntryRAO(CartRAO cartRao, java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber)protected OrderEntryRAOAbstractRuleEngineServicesTest. createOrderEntryRAO(java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber)Methods in de.hybris.platform.droolsruleengineservices.impl that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected java.util.Set<OrderEntryRAO>AbstractRuleEngineServicesTest. set(OrderEntryRAO... entries)Methods in de.hybris.platform.droolsruleengineservices.impl with parameters of type OrderEntryRAO Modifier and Type Method Description protected java.util.Set<OrderEntryRAO>AbstractRuleEngineServicesTest. set(OrderEntryRAO... entries) -
Uses of OrderEntryRAO in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type OrderEntryRAO Modifier and Type Method Description protected AbstractOrderEntryModelDefaultPromotionActionService. getOrderEntry(OrderEntryRAO orderEntryRao) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation that return OrderEntryRAO Modifier and Type Method Description protected OrderEntryRAOAbstractRuleEngineTest. createOrderEntryRAO(AbstractOrderRAO order, java.lang.String basePrice, java.lang.String currencyIso, int quantity)protected OrderEntryRAOAbstractRuleEngineTest. createOrderEntryRAO(AbstractOrderRAO order, java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber)protected OrderEntryRAOAbstractRuleEngineTest. createOrderEntryRAO(java.lang.String basePrice, java.lang.String currencyIso, int quantity, int entryNumber)Methods in de.hybris.platform.ruleengineservices.calculation that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected java.util.Set<OrderEntryRAO>AbstractRuleEngineTest. set(OrderEntryRAO... entries)Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type OrderEntryRAO Modifier and Type Method Description DiscountRAORuleEngineCalculationService. addFixedPriceEntryDiscount(OrderEntryRAO orderEntryRao, java.math.BigDecimal fixedPrice)Creates a new order entry level discount such that the order entry's price will be equal to the givenfixedPricemultiplied by quantity.DiscountRAORuleEngineCalculationService. addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, java.math.BigDecimal amount)Creates a new order entry level discount based on the given values, adds it to the corresponding orderRao and updates the orderRao totals.protected EntriesSelectionStrategyRPDAbstractRuleEngineTest. createEntriesSelectionStrategyRPD(OrderEntrySelectionStrategy strategy, int quantity, boolean isTargetOfAction, OrderEntryRAO... orderEntryRAO)NumberedLineItemNumberedLineItemLookupStrategy. lookup(Order cart, OrderEntryRAO entryRao)Returns the correspondingNumberedLineItemfor the givenentryRao.protected java.util.Set<OrderEntryRAO>AbstractRuleEngineTest. set(OrderEntryRAO... entries)Method parameters in de.hybris.platform.ruleengineservices.calculation with type arguments of type OrderEntryRAO Modifier and Type Method Description java.util.List<DiscountRAO>RuleEngineCalculationService. addFixedPriceEntriesDiscount(CartRAO cartRao, java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap, java.util.Set<OrderEntryRAO> selectedOrderEntryRaos, java.math.BigDecimal fixedPrice)Creates order entry level discounts for the cartcartRao, with thefixedPricegiven as parameter and for the products from entries inselectedOrderEntryRaosand related quantities given inselectedOrderEntryMap.java.util.List<DiscountRAO>RuleEngineCalculationService. addOrderEntryLevelDiscount(java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap, java.util.Set<OrderEntryRAO> selectedOrderEntryRaos, boolean absolute, java.math.BigDecimal amount)Creates order entry level discounts for the cartcartRao, adds it to the cartRao and updates the cartRao totals.java.math.BigDecimalRuleEngineCalculationService. getCurrentPrice(java.util.Set<OrderEntryRAO> orderEntryForDiscounts, java.util.Map<java.lang.Integer,java.lang.Integer> discountedOrderEntryMap)Calculates current price of the set of Order Entries using only specified quantity of units for every Order Entry. -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl that return OrderEntryRAO Modifier and Type Method Description protected OrderEntryRAODefaultRuleEngineCalculationService. findOrderEntryRAO(AbstractOrderRAO order, NumberedLineItem lineItem)returns the corresponding OrderEntryRAO for the givenlineItem.Methods in de.hybris.platform.ruleengineservices.calculation.impl that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected abstract java.util.List<OrderEntryRAO>AbstractEntriesSelectionStrategy. getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)Provides ordered list of Order Entriesprotected java.util.List<OrderEntryRAO>CheapestEntriesSelectionStrategy. getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)Gets ordered list of Order Entries from strategy according to product prices comparing OrderEntryRAO.price - the cheapest first.protected java.util.List<OrderEntryRAO>MostExpensiveEntriesSelectionStrategy. getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)Gets ordered list of Order Entries from strategy according to product prices comparing OrderEntryRAO.price - most expensive first.protected Populator<ProductModel,OrderEntryRAO>DefaultRuleEngineCalculationService. getOrderEntryRaoProductPopulator()Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type OrderEntryRAO Modifier and Type Method Description DiscountRAODefaultRuleEngineCalculationService. addFixedPriceEntryDiscount(OrderEntryRAO orderEntryRao, java.math.BigDecimal fixedPrice)DiscountRAODefaultRuleEngineCalculationService. addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, java.math.BigDecimal amount)creates a DiscountRAO for the given OrderEntryRAO based on the input.protected DiscountRAODefaultRuleEngineCalculationService. addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, java.math.BigDecimal amount, int consumedQty)java.math.BigDecimalDefaultPriceAdjustmentStrategy. get(OrderEntryRAO orderEntryRao, int quantity)NumberedLineItemDefaultNumberedLineItemLookupStrategy. lookup(Order cart, OrderEntryRAO entryRao)Method parameters in de.hybris.platform.ruleengineservices.calculation.impl with type arguments of type OrderEntryRAO Modifier and Type Method Description java.util.List<DiscountRAO>DefaultRuleEngineCalculationService. addFixedPriceEntriesDiscount(CartRAO cartRao, java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap, java.util.Set<OrderEntryRAO> selectedOrderEntryRaos, java.math.BigDecimal fixedPrice)java.util.List<DiscountRAO>DefaultRuleEngineCalculationService. addOrderEntryLevelDiscount(java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap, java.util.Set<OrderEntryRAO> selectedOrderEntryRaos, boolean absolute, java.math.BigDecimal amount)java.math.BigDecimalDefaultRuleEngineCalculationService. getCurrentPrice(java.util.Set<OrderEntryRAO> orderEntryForDiscounts, java.util.Map<java.lang.Integer,java.lang.Integer> discountedOrderEntryMap)voidDefaultRuleEngineCalculationService. setOrderEntryRaoProductPopulator(Populator<ProductModel,OrderEntryRAO> orderEntryRaoProductPopulator) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.converters
Methods in de.hybris.platform.ruleengineservices.converters that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected Converter<OrderEntryRAO,NumberedLineItem>AbstractOrderRaoToOrderConverter. getOrderEntryRaoToNumberedLineItemConverter()Methods in de.hybris.platform.ruleengineservices.converters with parameters of type OrderEntryRAO Modifier and Type Method Description NumberedLineItemOrderEntryRaoToNumberedLineItemConverter. convert(OrderEntryRAO entryRao)NumberedLineItemOrderEntryRaoToNumberedLineItemConverter. convert(OrderEntryRAO paramSOURCE, NumberedLineItem paramTARGET)Method parameters in de.hybris.platform.ruleengineservices.converters with type arguments of type OrderEntryRAO Modifier and Type Method Description voidAbstractOrderRaoToOrderConverter. setOrderEntryRaoToNumberedLineItemConverter(Converter<OrderEntryRAO,NumberedLineItem> orderEntryRaoToNumberedLineItemConverter) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,OrderEntryRAO>AbstractOrderRaoPopulator. getEntryConverter()protected Populator<ProductModel,OrderEntryRAO>OrderEntryRaoPopulator. getOrderEntryRaoProductPopulator()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type OrderEntryRAO Modifier and Type Method Description protected voidOrderEntryRaoPopulator. applyDiscount(OrderEntryRAO target, DiscountValue discountValue)voidOrderEntryRaoAvailableQuantityPopulator. populate(AbstractOrderEntryModel source, OrderEntryRAO target)voidOrderEntryRaoEntryGroupNumbersPopulator. populate(AbstractOrderEntryModel source, OrderEntryRAO target)voidOrderEntryRaoPopulator. populate(AbstractOrderEntryModel source, OrderEntryRAO target)voidOrderEntryRaoProductPopulator. populate(ProductModel source, OrderEntryRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type OrderEntryRAO Modifier and Type Method Description voidAbstractOrderRaoPopulator. setEntryConverter(Converter<AbstractOrderEntryModel,OrderEntryRAO> entryConverter)voidOrderEntryRaoPopulator. setOrderEntryRaoProductPopulator(Populator<ProductModel,OrderEntryRAO> orderEntryRaoProductPopulator) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return OrderEntryRAO Modifier and Type Method Description OrderEntryRAOFreeProductRAO. getAddedOrderEntry()OrderEntryRAOOrderEntryConsumedRAO. getOrderEntry()OrderEntryRAOProductConsumedRAO. getOrderEntry()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.ruleengineservices.rao that return types with arguments of type OrderEntryRAO Modifier and Type Method Description java.util.Set<OrderEntryRAO>AbstractOrderRAO. getEntries()java.util.List<OrderEntryRAO>EntriesSelectionStrategyRPD. getOrderEntries()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type OrderEntryRAO Modifier and Type Method Description voidFreeProductRAO. setAddedOrderEntry(OrderEntryRAO addedOrderEntry)voidOrderEntryConsumedRAO. setOrderEntry(OrderEntryRAO orderEntry)voidProductConsumedRAO. setOrderEntry(OrderEntryRAO orderEntry)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.ruleengineservices.rao with type arguments of type OrderEntryRAO Modifier and Type Method Description voidAbstractOrderRAO. setEntries(java.util.Set<OrderEntryRAO> entries)voidEntriesSelectionStrategyRPD. setOrderEntries(java.util.List<OrderEntryRAO> orderEntries) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type OrderEntryRAO Modifier and Type Method Description protected ProductConsumedRAOConsumedCartRAOExtractor. createProductConsumedRAO(OrderEntryRAO orderEntryRAO)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rao.util
Methods in de.hybris.platform.ruleengineservices.rao.util that return OrderEntryRAO Modifier and Type Method Description OrderEntryRAODefaultRaoService. addProduct(ProductRAO promotedProduct, int quantity, double basePrice, CartRAO cart)OrderEntryRAODefaultRaoService. addProduct(java.lang.String code, int quantity, double basePrice, CartRAO cart)OrderEntryRAODefaultRaoService. createOrderEntry()OrderEntryRAODefaultRaoService. createOrderEntry(AbstractOrderRAO order, ProductRAO product, double basePrice, int quantity, int entryNumber)OrderEntryRAOCartRAOBuilder. getLastOrderEntry()Methods in de.hybris.platform.ruleengineservices.rao.util with parameters of type OrderEntryRAO Modifier and Type Method Description CartRAOBuilderCartRAOBuilder. addEntry(OrderEntryRAO rao)voidDefaultRaoService. addEntry(OrderEntryRAO entry, CartRAO cart)voidDefaultRaoService. addEntryDiscount(boolean absolute, double value, OrderEntryRAO entry)protected voidDefaultRaoService. addEntryDiscount(DiscountRAO discount, OrderEntryRAO entry) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rule.evaluation
Methods in de.hybris.platform.ruleengineservices.rule.evaluation with parameters of type OrderEntryRAO Modifier and Type Method Description DiscountRAOAddFixedPriceEntryDiscountRAOAction. addFixedPriceEntryDiscount(OrderEntryRAO orderEntryRao, java.math.BigDecimal fixedPrice, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Adds an order entry level discount to the givenorderEntryRaosuch that the final price of the discounted order entry will be thefixedPrice.FreeProductRAOAddProductToCartRAOAction. addFreeProductsToCart(CartRAO cartRao, java.lang.String productCode, int quantity, OrderEntryRAO triggeringEntry, int triggeringEntryQuantity, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Adds free product items to the cart.DiscountRAOAddOrderEntryDiscountRAOAction. addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, java.math.BigDecimal amount, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Adds an order entry level discount to the givenorderEntryRao, recalculates the cart totals and returns the discount.Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation with type arguments of type OrderEntryRAO Modifier and Type Method Description java.util.List<DiscountRAO>AddFixedPriceEntryDiscountRAOAction. addFixedPriceEntryDiscounts(java.util.Collection<OrderEntryRAO> orderEntryRao, java.math.BigDecimal fixedPrice, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Adds an order entry level discount to each of the the givenorderEntryRaosuch that the final price of the discounted order entry will be thefixedPrice.java.util.List<DiscountRAO>AddOrderEntryDiscountRAOAction. addOrderEntryLevelDiscounts(java.util.Collection<OrderEntryRAO> orderEntryList, boolean absolute, java.math.BigDecimal amount, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Adds an order entry level discount for each order entry element inorderEntryList, recalculates the cart totals and returns the discount. -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected java.util.Set<OrderEntryRAO>AbstractRulePartnerProductAction. getOrderEntries(RuleActionContext context, java.util.Map.Entry<java.lang.String,java.lang.Integer> entry)protected PriceAdjustmentStrategy<OrderEntryRAO>AbstractRuleExecutableSupport. getPriceAdjustmentStrategy()java.util.Set<OrderEntryRAO>RAOConsumptionSupport. getSelectedOrderEntryRaos(java.util.Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs, java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap)Gets Order Entry set to be discounted as a result of bundle processing.Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type OrderEntryRAO Modifier and Type Method Description OrderEntryConsumedRAORAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, AbstractRuleActionRAO actionRAO)Creates a newOrderEntryConusmedRAOthat consumes the given orderEntryRAO with the given quantity and adds the consumed entry to the given actionRAOOrderEntryConsumedRAORAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, java.math.BigDecimal discountValue, AbstractRuleActionRAO actionRAO)Creates a newOrderEntryConusmedRAOthat consumes the given orderEntryRAO and adds the consumed entry to the given actionRAOOrderEntryConsumedRAORAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, AbstractRuleActionRAO actionRAO)Creates a newOrderEntryConusmedRAOthat consumes the given orderEntryRAO and adds the consumed entry to the given actionRAOOrderEntryConsumedRAORAOConsumptionSupport. createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO, int quantity, java.math.BigDecimal discountValue)Creates new OrderEntryConsumedRAO for given OrderEntryRAO and with given quantity.intRAOConsumptionSupport. getConsumableQuantity(OrderEntryRAO orderEntryRao)Calculate the order entry consumable quantityintRAOConsumptionSupport. getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao)Return consumed quantity for a given order entryprotected booleanAbstractRuleExecutableSupport. mergeDiscounts(RuleActionContext context, DiscountRAO discountRao, OrderEntryRAO entry)Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions with type arguments of type OrderEntryRAO Modifier and Type Method Description java.util.Set<OrderEntryConsumedRAO>RAOConsumptionSupport. consumeOrderEntries(java.util.Set<OrderEntryRAO> selectedEntries, java.util.Map<java.lang.Integer,java.lang.Integer> selectedEntriesMap, AbstractRuleActionRAO actionRAO)Creates newOrderEntryConusmedRAOs with the given quantity, links it to the givenactionRAOand reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity fromdiscountedOrderEntryMap.protected EntriesSelectionStrategyRPDAbstractRulePartnerProductAction. createSelectionStrategyRPD(OrderEntrySelectionStrategy selectionStrategy, java.lang.Integer quantity, java.util.Set<OrderEntryRAO> orderEntries, boolean isAction)voidAbstractRuleExecutableSupport. setPriceAdjustmentStrategy(PriceAdjustmentStrategy<OrderEntryRAO> priceAdjustmentStrategy) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return types with arguments of type OrderEntryRAO Modifier and Type Method Description protected PriceAdjustmentStrategy<OrderEntryRAO>DefaultRAOConsumptionSupport. getPriceAdjustmentStrategy()java.util.Set<OrderEntryRAO>DefaultRAOConsumptionSupport. getSelectedOrderEntryRaos(java.util.Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs, java.util.Map<java.lang.Integer,java.lang.Integer> selectedOrderEntryMap)Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type OrderEntryRAO Modifier and Type Method Description protected voidRuleOrderEntryFixedPriceRAOAction. addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, int quantity, DiscountRAO discount)protected voidRuleOrderEntryFixedPriceRAOAction. addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, DiscountRAO discount)protected java.math.BigDecimalDefaultRAOConsumptionSupport. adjustUnitPrice(OrderEntryRAO orderEntryRao)protected java.math.BigDecimalDefaultRAOConsumptionSupport. adjustUnitPrice(OrderEntryRAO orderEntryRao, int quantity)OrderEntryConsumedRAODefaultRAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, AbstractRuleActionRAO actionRAO)OrderEntryConsumedRAODefaultRAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, java.math.BigDecimal discountValue, AbstractRuleActionRAO actionRAO)OrderEntryConsumedRAODefaultRAOConsumptionSupport. consumeOrderEntry(OrderEntryRAO orderEntryRAO, AbstractRuleActionRAO actionRAO)OrderEntryConsumedRAODefaultRAOConsumptionSupport. createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO, int quantity, java.math.BigDecimal discountValue)protected ProductConsumedRAORuleFreeGiftRAOAction. createProductConsumedRAO(OrderEntryRAO orderEntryRAO)Deprecated, for removal: This API element is subject to removal in a future version.since 2005intDefaultRAOConsumptionSupport. getConsumableQuantity(OrderEntryRAO orderEntryRao)intDefaultRAOConsumptionSupport. getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao)protected intDefaultRAOConsumptionSupport. getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao, java.util.Set<AbstractRuleActionRAO> actions)protected booleanRuleOrderEntryFixedPriceRAOAction. isDiscountApplicable(java.util.List<DiscountRAO> discounts, OrderEntryRAO orderEntryRao, java.math.BigDecimal cartThreshold, java.math.BigDecimal total, boolean discountedPriceIncluded)protected booleanRuleOrderEntryFixedDiscountRAOAction. performAction(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal valueForCurrency)protected booleanRuleOrderEntryFixedPriceRAOAction. processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal valueForCurrency)protected booleanRuleOrderEntryPercentageDiscountRAOAction. processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal value)Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with type arguments of type OrderEntryRAO Modifier and Type Method Description java.util.Set<OrderEntryConsumedRAO>DefaultRAOConsumptionSupport. consumeOrderEntries(java.util.Set<OrderEntryRAO> selectedEntries, java.util.Map<java.lang.Integer,java.lang.Integer> selectedEntriesMap, AbstractRuleActionRAO actionRAO)voidDefaultRAOConsumptionSupport. setPriceAdjustmentStrategy(PriceAdjustmentStrategy<OrderEntryRAO> priceAdjustmentStrategy) -
Uses of OrderEntryRAO in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator with parameters of type OrderEntryRAO Modifier and Type Method Description protected voidProductConfigCartRAOPopulator. populateEntry(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO)protected voidProductConfigCartRAOPopulator. populateProductConfig(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO)
-