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)
Evaluates what Order Entries and how many units of each of them should be picked up to be used.
|
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.protected java.util.List<OrderEntryRAO> getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)
Copyright © 2017 SAP SE. All Rights Reserved.