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