Uses of Class
de.hybris.platform.ruleengineservices.rao.OrderEntryConsumedRAO
-
-
Uses of OrderEntryConsumedRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return types with arguments of type OrderEntryConsumedRAO Modifier and Type Method Description java.util.Set<OrderEntryConsumedRAO>AbstractRuleActionRAO. getConsumedEntries()Method parameters in de.hybris.platform.ruleengineservices.rao with type arguments of type OrderEntryConsumedRAO Modifier and Type Method Description voidAbstractRuleActionRAO. setConsumedEntries(java.util.Set<OrderEntryConsumedRAO> consumedEntries) -
Uses of OrderEntryConsumedRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return OrderEntryConsumedRAO 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.Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type OrderEntryConsumedRAO 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.Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type OrderEntryConsumedRAO Modifier and Type Method Description voidRAOConsumptionSupport. mergeOrderEntryConsumed(OrderEntryConsumedRAO consumedTarget, OrderEntryConsumedRAO consumedSource)Method merges the properties of two instances ofOrderEntryConsumedRAOif the objects refer to the same order entry number and same rulevoidRAOConsumptionSupport. updateActionRAOWithConsumed(AbstractRuleActionRAO actionRAO, OrderEntryConsumedRAO orderEntryConsumedRAO)Adds given OrderEntryConsumedRAO to the AbstractRuleActionRAO.consumedEntries. -
Uses of OrderEntryConsumedRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return OrderEntryConsumedRAO Modifier and Type Method Description 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)Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return types with arguments of type OrderEntryConsumedRAO 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)Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type OrderEntryConsumedRAO Modifier and Type Method Description voidDefaultRAOConsumptionSupport. mergeOrderEntryConsumed(OrderEntryConsumedRAO consumedTarget, OrderEntryConsumedRAO consumedSource)voidDefaultRAOConsumptionSupport. updateActionRAOWithConsumed(AbstractRuleActionRAO actionRAO, OrderEntryConsumedRAO orderEntryConsumedRAO)
-