public interface WarehouseStockLevelDao
StockLevelModel.| Modifier and Type | Method and Description |
|---|---|
List<StockLevelModel> |
getStockLevels(String productCode,
String warehouseCode,
String binCode,
Date releaseDate)
Retrieves a specific
StockLevelModel |
List<StockLevelModel> getStockLevels(String productCode, String warehouseCode, String binCode, Date releaseDate)
StockLevelModelproductCode - the product code of the stock level to retrieve (mandatory)warehouseCode - the warehouse code of the stock level to retrieve (mandatory)binCode - the bin code of the stock level to retrieve (optional)releaseDate - the release date of the stock level to retrieve (optional)StockLevelModel matching to the requestCopyright © 2017 SAP SE. All Rights Reserved.