| Modifier and Type | Method and Description |
|---|---|
protected OrderEntryConsumedRAO |
AbstractCommerceRAOAction.consumeOrderEntry(OrderEntryRAO orderEntryRAO,
AbstractRuleActionRAO actionRAO)
Deprecated.
Creates a new
OrderEntryConusmedRAO that consumes the given orderEntryRAO and adds the consumed entry to
the given actionRAO |
protected OrderEntryConsumedRAO |
AbstractCommerceRAOAction.consumeOrderEntry(OrderEntryRAO orderEntryRAO,
int quantity,
BigDecimal discountValue,
AbstractRuleActionRAO actionRAO)
Deprecated.
|
protected OrderEntryConsumedRAO |
AbstractCommerceRAOAction.createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO,
int quantity,
BigDecimal discountValue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<OrderEntryConsumedRAO> |
AbstractCommerceRAOAction.consumeOrderEntries(Collection<EntriesSelectionStrategyRPD> strategies,
AbstractRuleActionRAO actionRAO)
Deprecated.
Creates new
OrderEntryConusmedRAOs for the given strategies, links them to the given actionRAO and
reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity
from discountedOrderEntryMap. |
protected Set<OrderEntryConsumedRAO> |
AbstractCommerceRAOAction.consumeOrderEntries(Set<OrderEntryRAO> selectedEntries,
Map<Integer,Integer> selectedEntriesMap,
AbstractRuleActionRAO actionRAO)
Deprecated.
Creates new
OrderEntryConusmedRAOs with the given quantity, links it to the given actionRAO and
reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity
from discountedOrderEntryMap. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommerceRAOAction.updateActionRAOWithConsumed(AbstractRuleActionRAO actionRAO,
OrderEntryConsumedRAO orderEntryConsumedRAO)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OrderEntryConsumedRAO> |
AbstractRuleActionRAO.getConsumedEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuleActionRAO.setConsumedEntries(Set<OrderEntryConsumedRAO> consumedEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderEntryConsumedRAO |
AbstractRuleExecutableSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO,
AbstractRuleActionRAO actionRAO)
Creates a new
OrderEntryConusmedRAO that consumes the given orderEntryRAO and adds the consumed entry to
the given actionRAO |
protected OrderEntryConsumedRAO |
AbstractRuleExecutableSupport.consumeOrderEntry(OrderEntryRAO orderEntryRAO,
int quantity,
BigDecimal discountValue,
AbstractRuleActionRAO actionRAO) |
protected OrderEntryConsumedRAO |
AbstractRuleExecutableSupport.createOrderEntryConsumedRAO(OrderEntryRAO orderEntryRAO,
int quantity,
BigDecimal discountValue)
Creates new OrderEntryConsumedRAO for given OrderEntryRAO and with given quantity.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<OrderEntryConsumedRAO> |
AbstractRuleExecutableSupport.consumeOrderEntries(Collection<EntriesSelectionStrategyRPD> strategies,
AbstractRuleActionRAO actionRAO)
Creates new
OrderEntryConusmedRAOs for the given strategies, links them to the given actionRAO and
reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity
from discountedOrderEntryMap. |
protected Set<OrderEntryConsumedRAO> |
AbstractRuleExecutableSupport.consumeOrderEntries(Set<OrderEntryRAO> selectedEntries,
Map<Integer,Integer> selectedEntriesMap,
AbstractRuleActionRAO actionRAO)
Creates new
OrderEntryConusmedRAOs with the given quantity, links it to the given actionRAO and
reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity
from discountedOrderEntryMap. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRuleExecutableSupport.updateActionRAOWithConsumed(AbstractRuleActionRAO actionRAO,
OrderEntryConsumedRAO orderEntryConsumedRAO)
Adds given OrderEntryConsumedRAO to the AbstractRuleActionRAO.consumedEntries.
|
Copyright © 2017 SAP SE. All Rights Reserved.