public class DefaultEntriesSelectionStrategy extends Object implements EntriesSelectionStrategy
EntriesSelectionStrategy.| Constructor and Description |
|---|
DefaultEntriesSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected List<OrderEntryRAO> |
getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)
Gets not ordered list of Order Entries from the strategy.
|
Map<Integer,Integer> |
pickup(EntriesSelectionStrategyRPD strategy)
Evaluates what Order Entries and how many units of each of them should be picked up to be used.
|
public Map<Integer,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 List<OrderEntryRAO> getOrderEntriesToProcess(EntriesSelectionStrategyRPD strategy)
Copyright © 2017 SAP SE. All Rights Reserved.