public class DefaultWarehouseStockLevelDao extends AbstractItemDao implements WarehouseStockLevelDao
StockLevelModel.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultWarehouseStockLevelDao() |
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelModel> |
getStockLevels(String productCode,
String warehouseCode,
String binCode,
Date releaseDate)
Retrieves a specific
StockLevelModel |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic List<StockLevelModel> getStockLevels(String productCode, String warehouseCode, String binCode, Date releaseDate)
WarehouseStockLevelDaoStockLevelModelgetStockLevels in interface WarehouseStockLevelDaoproductCode - 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.