Interface StockImportAdapter

    • Method Detail

      • performImport

        void performImport​(java.lang.String cellValue,
                           Item product)
        Import a stock value by calling the StockService.
        Parameters:
        cellValue -
        product -
        Throws:
        java.lang.IllegalArgumentException - if the cellValue is empty, null or invalid or the product is null