Class DefaultWarehouseStockLevelDao

    • Constructor Detail

      • DefaultWarehouseStockLevelDao

        public DefaultWarehouseStockLevelDao()
    • Method Detail

      • getStockLevels

        public java.util.List<StockLevelModel> getStockLevels​(java.lang.String productCode,
                                                              java.lang.String warehouseCode,
                                                              java.lang.String binCode,
                                                              java.util.Date releaseDate)
        Description copied from interface: WarehouseStockLevelDao
        Retrieves a specific StockLevelModel
        Specified by:
        getStockLevels in interface WarehouseStockLevelDao
        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

        public java.util.List<StockLevelModel> getFutureStockLevels​(java.lang.String productCode,
                                                                    java.lang.String warehouseCode,
                                                                    java.lang.String binCode)
        Description copied from interface: WarehouseStockLevelDao
        Retrieves a specific future StockLevelModel
        Specified by:
        getFutureStockLevels in interface WarehouseStockLevelDao
        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