public class StockUtils extends Object
| Constructor and Description |
|---|
StockUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkProductCode(String productCode) |
static List<WarehouseModel> |
checkStockLevelWarehouses(Collection<StockLevelModel> stockLevels) |
static List<WarehouseModel> |
checkWarehouses(Collection<WarehouseModel> warehouses) |
static Set<String> |
listToSet(String... list) |
static Set<String> |
warehousesToSet(Collection<WarehouseModel> warehouses) |
public static Set<String> warehousesToSet(Collection<WarehouseModel> warehouses)
public static void checkProductCode(String productCode)
public static List<WarehouseModel> checkWarehouses(Collection<WarehouseModel> warehouses)
public static List<WarehouseModel> checkStockLevelWarehouses(Collection<StockLevelModel> stockLevels)
Copyright © 2017 SAP SE. All Rights Reserved.