Interface WarehouseStockLevelDao

    • Method Detail

      • getStockLevels

        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
        Parameters:
        productCode - 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)
        Returns:
        the List StockLevelModel matching the request
      • getFutureStockLevels

        java.util.List<StockLevelModel> getFutureStockLevels​(java.lang.String productCode,
                                                             java.lang.String warehouseCode,
                                                             java.lang.String binCode)
        Retrieves a specific future StockLevelModel
        Parameters:
        productCode - 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)
        Returns:
        the List of future StockLevelModel matching the request