public class DefaultWarehouseStockLevelDao extends AbstractItemDao implements WarehouseStockLevelDao
StockLevelModel.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultWarehouseStockLevelDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
getFutureStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode)
Retrieves a specific future
StockLevelModel |
java.util.List<StockLevelModel> |
getStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.util.Date releaseDate)
Retrieves a specific
StockLevelModel |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic java.util.List<StockLevelModel> getStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.util.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 the requestpublic java.util.List<StockLevelModel> getFutureStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode)
WarehouseStockLevelDaoStockLevelModelgetFutureStockLevels in interface WarehouseStockLevelDaoproductCode - the product code of the future stock level to retrieve (mandatory)warehouseCode - the warehouse code of the future stock level to retrieve (mandatory)binCode - the bin code of the future stock level to retrieve (optional)StockLevelModel matching the requestCopyright © 2018 SAP SE. All Rights Reserved.