Uses of Class
de.hybris.platform.ruleengineservices.rao.OrderEntryRAO
Packages that use OrderEntryRAO
Package
Description
-
Uses of OrderEntryRAO in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return OrderEntryRAOModifier and TypeMethodDescriptionprotected OrderEntryRAOAbstractRuleEngineServicesTest.createOrderEntryRAO(CartRAO cartRao, String basePrice, String currencyIso, int quantity, int entryNumber) protected OrderEntryRAOAbstractRuleEngineServicesTest.createOrderEntryRAO(String basePrice, String currencyIso, int quantity, int entryNumber) Methods in de.hybris.platform.droolsruleengineservices.impl that return types with arguments of type OrderEntryRAOModifier and TypeMethodDescriptionprotected Set<OrderEntryRAO>AbstractRuleEngineServicesTest.set(OrderEntryRAO... entries) Methods in de.hybris.platform.droolsruleengineservices.impl with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionprotected Set<OrderEntryRAO>AbstractRuleEngineServicesTest.set(OrderEntryRAO... entries) -
Uses of OrderEntryRAO in de.hybris.platform.promotionengineservices.commerce
Methods in de.hybris.platform.promotionengineservices.commerce that return OrderEntryRAOModifier and TypeMethodDescriptionprotected OrderEntryRAODefaultRAOActionTest.createOrderEntryRAO(String basePrice, String currencyIso, int quantity, int entryNumber, CartRAO cart, String productCode) -
Uses of OrderEntryRAO in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultPromotionActionService.getOrderEntry(OrderEntryRAO orderEntryRao) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation that return OrderEntryRAOModifier and TypeMethodDescriptionprotected OrderEntryRAOAbstractRuleEngineTest.createOrderEntryRAO(AbstractOrderRAO order, String basePrice, String currencyIso, int quantity) protected OrderEntryRAOAbstractRuleEngineTest.createOrderEntryRAO(AbstractOrderRAO order, String basePrice, String currencyIso, int quantity, int entryNumber) protected OrderEntryRAOAbstractRuleEngineTest.createOrderEntryRAO(String basePrice, String currencyIso, int quantity, int entryNumber) Methods in de.hybris.platform.ruleengineservices.calculation that return types with arguments of type OrderEntryRAOModifier and TypeMethodDescriptionprotected Set<OrderEntryRAO>AbstractRuleEngineTest.set(OrderEntryRAO... entries) Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionRuleEngineCalculationService.addFixedPriceEntryDiscount(OrderEntryRAO orderEntryRao, BigDecimal fixedPrice) Creates a new order entry level discount such that the order entry's price will be equal to the givenfixedPricemultiplied by quantity.RuleEngineCalculationService.addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, 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.default Set<DiscountRAO>RuleEngineCalculationService.addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRAO, boolean absolute, BigDecimal amount, boolean perUnit) Create a set of order entry level discounts based on the given value, absolute flag and perUnit flag, adds it to the corresponding orderRao and updates the orderRao totals.protected EntriesSelectionStrategyRPDAbstractRuleEngineTest.createEntriesSelectionStrategyRPD(OrderEntrySelectionStrategy strategy, int quantity, boolean isTargetOfAction, OrderEntryRAO... orderEntryRAO) NumberedLineItemLookupStrategy.lookup(Order cart, OrderEntryRAO entryRao) Returns the correspondingNumberedLineItemfor the givenentryRao.protected Set<OrderEntryRAO>AbstractRuleEngineTest.set(OrderEntryRAO... entries) Method parameters in de.hybris.platform.ruleengineservices.calculation with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionRuleEngineCalculationService.addFixedPriceEntriesDiscount(CartRAO cartRao, Map<Integer, Integer> selectedOrderEntryMap, Set<OrderEntryRAO> selectedOrderEntryRaos, 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.RuleEngineCalculationService.addOrderEntryLevelDiscount(Map<Integer, Integer> selectedOrderEntryMap, Set<OrderEntryRAO> selectedOrderEntryRaos, boolean absolute, BigDecimal amount) Creates order entry level discounts for the cartcartRao, adds it to the cartRao and updates the cartRao totals.RuleEngineCalculationService.getCurrentPrice(Set<OrderEntryRAO> orderEntryForDiscounts, Map<Integer, 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 OrderEntryRAOModifier and TypeMethodDescriptionprotected 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 OrderEntryRAOModifier and TypeMethodDescriptionprotected abstract List<OrderEntryRAO>AbstractEntriesSelectionStrategy.getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy) Provides ordered list of Order Entriesprotected 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 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 OrderEntryRAOModifier and TypeMethodDescriptionDefaultRuleEngineCalculationService.addFixedPriceEntryDiscount(OrderEntryRAO orderEntryRao, BigDecimal fixedPrice) DefaultRuleEngineCalculationService.addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, BigDecimal amount) creates a DiscountRAO for the given OrderEntryRAO based on the input.DefaultRuleEngineCalculationService.addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRAO, boolean absolute, BigDecimal amount, boolean perUnit) protected DiscountRAODefaultRuleEngineCalculationService.addOrderEntryLevelDiscount(OrderEntryRAO orderEntryRao, boolean absolute, BigDecimal amount, int consumedQty) protected Set<DiscountRAO>DefaultRuleEngineCalculationService.addOrderEntryLevelDiscountWithPerUnitFlag(OrderEntryRAO orderEntryRao, boolean absolute, BigDecimal amount, int consumedQty, boolean perUnit) DefaultPriceAdjustmentStrategy.get(OrderEntryRAO orderEntryRao, int quantity) protected BigDecimalAbstractFixedDiscountDistributeStrategy.getTotalUnconsumedPriceOfOrderEntry(OrderEntryRAO orderEntry) DefaultNumberedLineItemLookupStrategy.lookup(Order cart, OrderEntryRAO entryRao) Method parameters in de.hybris.platform.ruleengineservices.calculation.impl with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionDefaultRuleEngineCalculationService.addFixedPriceEntriesDiscount(CartRAO cartRao, Map<Integer, Integer> selectedOrderEntryMap, Set<OrderEntryRAO> selectedOrderEntryRaos, BigDecimal fixedPrice) DefaultRuleEngineCalculationService.addOrderEntryLevelDiscount(Map<Integer, Integer> selectedOrderEntryMap, Set<OrderEntryRAO> selectedOrderEntryRaos, boolean absolute, BigDecimal amount) protected abstract Map<Integer,BigDecimal> AbstractFixedDiscountDistributeStrategy.distributeDiscountOnOrderEntries(BigDecimal amount, List<OrderEntryRAO> triggeredOrderEntries, String currencyIsoCode) protected Map<Integer,BigDecimal> UniformFixedDiscountDistributeStrategy.distributeDiscountOnOrderEntries(BigDecimal totalDiscount, List<OrderEntryRAO> triggeredOrderEntries, String currencyIsoCode) DefaultRuleEngineCalculationService.getCurrentPrice(Set<OrderEntryRAO> orderEntryForDiscounts, Map<Integer, 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 OrderEntryRAOModifier and TypeMethodDescriptionprotected Converter<OrderEntryRAO,NumberedLineItem> AbstractOrderRaoToOrderConverter.getOrderEntryRaoToNumberedLineItemConverter()Methods in de.hybris.platform.ruleengineservices.converters with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionOrderEntryRaoToNumberedLineItemConverter.convert(OrderEntryRAO entryRao) OrderEntryRaoToNumberedLineItemConverter.convert(OrderEntryRAO paramSOURCE, NumberedLineItem paramTARGET) Method parameters in de.hybris.platform.ruleengineservices.converters with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionvoidAbstractOrderRaoToOrderConverter.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 OrderEntryRAOModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryRAO> AbstractOrderRaoPopulator.getEntryConverter()protected Populator<ProductModel,OrderEntryRAO> OrderEntryRaoPopulator.getOrderEntryRaoProductPopulator()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionprotected 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 OrderEntryRAOModifier and TypeMethodDescriptionvoidAbstractOrderRaoPopulator.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 OrderEntryRAOModifier and TypeMethodDescriptionFreeProductRAO.getAddedOrderEntry()OrderEntryConsumedRAO.getOrderEntry()Methods in de.hybris.platform.ruleengineservices.rao that return types with arguments of type OrderEntryRAOModifier and TypeMethodDescriptionAbstractOrderRAO.getEntries()EntriesDiscountDistributeStrategyRPD.getOrderEntries()EntriesSelectionStrategyRPD.getOrderEntries()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionvoidFreeProductRAO.setAddedOrderEntry(OrderEntryRAO addedOrderEntry) voidOrderEntryConsumedRAO.setOrderEntry(OrderEntryRAO orderEntry) Method parameters in de.hybris.platform.ruleengineservices.rao with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionvoidAbstractOrderRAO.setEntries(Set<OrderEntryRAO> entries) voidEntriesDiscountDistributeStrategyRPD.setOrderEntries(List<OrderEntryRAO> orderEntries) voidEntriesSelectionStrategyRPD.setOrderEntries(List<OrderEntryRAO> orderEntries) -
Uses of OrderEntryRAO in de.hybris.platform.ruleengineservices.rao.util
Methods in de.hybris.platform.ruleengineservices.rao.util that return OrderEntryRAOModifier and TypeMethodDescriptionDefaultRaoService.addProduct(String promotedProduct, int quantity, double basePrice, CartRAO cart) DefaultRaoService.createOrderEntry()DefaultRaoService.createOrderEntry(AbstractOrderRAO order, String product, double basePrice, int quantity, int entryNumber) CartRAOBuilder.getLastOrderEntry()Methods in de.hybris.platform.ruleengineservices.rao.util with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionCartRAOBuilder.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.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type OrderEntryRAOModifier and TypeMethodDescriptionprotected Set<OrderEntryRAO>AbstractRulePartnerProductAction.getOrderEntries(RuleActionContext context, Map.Entry<String, Integer> entry) protected Set<OrderEntryRAO>AbstractRuleSubsetProductAction.getOrderEntries(RuleActionContext context, String containerId) protected PriceAdjustmentStrategy<OrderEntryRAO>AbstractRuleExecutableSupport.getPriceAdjustmentStrategy()RAOConsumptionSupport.getSelectedOrderEntryRaos(Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs, Map<Integer, 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 OrderEntryRAOModifier and TypeMethodDescriptionRAOConsumptionSupport.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 actionRAORAOConsumptionSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, BigDecimal discountValue, AbstractRuleActionRAO actionRAO) Creates a newOrderEntryConusmedRAOthat consumes the given orderEntryRAO and adds the consumed entry to the given actionRAORAOConsumptionSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO, AbstractRuleActionRAO actionRAO) Creates a newOrderEntryConusmedRAOthat consumes the given orderEntryRAO and adds the consumed entry to the given actionRAORAOConsumptionSupport.createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO, int quantity, BigDecimal discountValue) Creates new OrderEntryConsumedRAO for given OrderEntryRAO and with given quantity.intRAOConsumptionSupport.getConsumableQuantity(OrderEntryRAO orderEntryRao) Calculate the order entry consumable quantitydefault Set<OrderEntryConsumedRAO>RAOConsumptionSupport.getConsumedOrderEntryInfoForOrderEntry(OrderEntryRAO orderEntryRao) Calculate the order entry discount infosintRAOConsumptionSupport.getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao) Return consumed quantity for a given order entryprotected BigDecimalAbstractRuleSubsetProductAction.getTotalUnconsumedPriceOfOrderEntry(OrderEntryRAO orderEntry) protected booleanAbstractRuleExecutableSupport.mergeDiscounts(RuleActionContext context, DiscountRAO discountRao, OrderEntryRAO entry) Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionprotected List<DiscountRAO>AbstractRuleSubsetProductAction.addDiscountOnMultipleOrderEntryLevelAndConsume(RuleActionContext context, List<OrderEntryRAO> orderEntries, boolean absolute, BigDecimal discount, String currencyISOCode, FixedDiscountDistributeStrategy fixedDiscountDistributeStrategy, RuleEngineResultRAO result) RAOConsumptionSupport.consumeOrderEntries(Set<OrderEntryRAO> selectedEntries, Map<Integer, 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 EntriesDiscountDistributeStrategyRPDAbstractRuleSubsetProductAction.createDiscountDistributeStrategyRPD(List<OrderEntryRAO> orderEntries, BigDecimal totalDiscount, String currencyISOCode, boolean fixDiscount, FixedDiscountDistributeStrategy fixedDiscountDistributeStrategy) protected EntriesDiscountDistributeStrategyRPDAbstractRuleSubsetProductActionUnitTest.createDistributeStrategyRPD(Set<OrderEntryRAO> targetOrderEntries, BigDecimal totalDiscount) protected EntriesSelectionStrategyRPDAbstractRulePartnerProductAction.createSelectionStrategyRPD(OrderEntrySelectionStrategy selectionStrategy, Integer quantity, 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 OrderEntryRAOModifier and TypeMethodDescriptionprotected PriceAdjustmentStrategy<OrderEntryRAO>DefaultRAOConsumptionSupport.getPriceAdjustmentStrategy()DefaultRAOConsumptionSupport.getSelectedOrderEntryRaos(Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs, Map<Integer, Integer> selectedOrderEntryMap) Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type OrderEntryRAOModifier and TypeMethodDescriptionprotected voidRuleOrderEntryFixedPriceRAOAction.addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, int quantity, DiscountRAO discount) protected voidRuleOrderEntryFixedPriceRAOAction.addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, DiscountRAO discount) protected BigDecimalDefaultRAOConsumptionSupport.adjustUnitPrice(OrderEntryRAO orderEntryRao) protected BigDecimalDefaultRAOConsumptionSupport.adjustUnitPrice(OrderEntryRAO orderEntryRao, int quantity) DefaultRAOConsumptionSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, AbstractRuleActionRAO actionRAO) DefaultRAOConsumptionSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO, int quantity, BigDecimal discountValue, AbstractRuleActionRAO actionRAO) DefaultRAOConsumptionSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO, AbstractRuleActionRAO actionRAO) DefaultRAOConsumptionSupport.createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO, int quantity, BigDecimal discountValue) intDefaultRAOConsumptionSupport.getConsumableQuantity(OrderEntryRAO orderEntryRao) DefaultRAOConsumptionSupport.getConsumedOrderEntryInfoForOrderEntry(OrderEntryRAO orderEntryRao) protected Set<OrderEntryConsumedRAO>DefaultRAOConsumptionSupport.getConsumedOrderEntryInfoForOrderEntry(OrderEntryRAO orderEntryRAO, Set<AbstractRuleActionRAO> actions) intDefaultRAOConsumptionSupport.getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao) protected intDefaultRAOConsumptionSupport.getConsumedQuantityForOrderEntry(OrderEntryRAO orderEntryRao, Set<AbstractRuleActionRAO> actions) protected booleanRuleOrderEntryFixedPriceRAOAction.isDiscountApplicable(List<DiscountRAO> discounts, OrderEntryRAO orderEntryRao, BigDecimal cartThreshold, BigDecimal total, boolean discountedPriceIncluded) protected booleanRuleOrderEntryFixedDiscountRAOAction.performAction(RuleActionContext context, OrderEntryRAO orderEntryRao, BigDecimal valueForCurrency) protected booleanRuleOrderEntryFixedPriceRAOAction.processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, BigDecimal valueForCurrency) protected booleanRuleOrderEntryPercentageDiscountRAOAction.processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, BigDecimal value) Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with type arguments of type OrderEntryRAOModifier and TypeMethodDescriptionDefaultRAOConsumptionSupport.consumeOrderEntries(Set<OrderEntryRAO> selectedEntries, Map<Integer, Integer> selectedEntriesMap, AbstractRuleActionRAO actionRAO) protected booleanRuleSubsetOrderEntryFixedDiscountRAOAction.performAction(RuleActionContext context, Set<OrderEntryRAO> qualifyEntries, Set<OrderEntryRAO> targetEntries, BigDecimal discountValueForCartCurrency, String currencyISOCode, FixedDiscountDistributeStrategy distributeStrategy) protected booleanRuleSubsetOrderEntryPercentageDiscountRAOAction.performAction(RuleActionContext context, Set<OrderEntryRAO> qualifyEntries, Set<OrderEntryRAO> targetEntries, BigDecimal discountValueForCartCurrency, String currencyISOCode) 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 OrderEntryRAOModifier and TypeMethodDescriptionprotected voidProductConfigCartRAOPopulator.populateEntry(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO) protected voidProductConfigCartRAOPopulator.populateProductConfig(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO)