Interface StockLevelStatusStrategy

    • Method Detail

      • checkStatus

        StockLevelStatus checkStatus​(StockLevelModel stockLevel)
        Checks the status of the specified StockLevel.
        Parameters:
        stockLevel - the stock level to be checked
        Returns:
        stock level status
      • checkStatus

        StockLevelStatus checkStatus​(java.util.Collection<StockLevelModel> stockLevels)
        Checks the status of the specified StockLevels.
        Parameters:
        stockLevels - the stock levels to be checked
        Returns:
        stock level status