public class DefaultEntriesSelectionStrategy extends java.lang.Object implements EntriesSelectionStrategy
EntriesSelectionStrategy.| Constructor and Description |
|---|
DefaultEntriesSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<OrderEntryRAO> |
getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)
Gets not ordered list of Order Entries from the strategy.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
pickup(EntriesSelectionStrategyRPD strategy)
Deprecated.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
pickup(EntriesSelectionStrategyRPD strategy,
java.util.Map<java.lang.Integer,java.lang.Integer> consumableQuantities)
Evaluates what Order Entries and how many units of each of them should be picked up to be used.
|
@Deprecated public java.util.Map<java.lang.Integer,java.lang.Integer> pickup(EntriesSelectionStrategyRPD strategy)
EntriesSelectionStrategypickup in interface EntriesSelectionStrategystrategy - defines how many total units and from which Order Entries the ones should be picked up.public java.util.Map<java.lang.Integer,java.lang.Integer> pickup(EntriesSelectionStrategyRPD strategy, java.util.Map<java.lang.Integer,java.lang.Integer> consumableQuantities)
EntriesSelectionStrategypickup in interface EntriesSelectionStrategystrategy - defines how many total units and from which Order Entries the ones should be picked up.consumableQuantities - map, containing the consumable order entry quantitiesprotected java.util.List<OrderEntryRAO> getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)
Copyright © 2018 SAP SE. All Rights Reserved.