public interface BestMatchStrategy
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
WarehouseModel getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
map - the mapped quantities of a certain productWarehouseModel getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
map - the mapped available dates of a certain productCopyright © 2018 SAP SE. All Rights Reserved.