Class IncrementalStockImportAdapter

    • Constructor Detail

      • IncrementalStockImportAdapter

        public IncrementalStockImportAdapter()
    • Method Detail

      • setWarehouseCode

        public void setWarehouseCode​(java.lang.String warehouseCode)
        Parameters:
        warehouseCode - the warehouseCode to set
      • setModelService

        public void setModelService​(ModelService modelService)
        Parameters:
        modelService - the modelService to set
      • setStockService

        public void setStockService​(StockService stockService)
        Parameters:
        stockService - the stockService to set
      • setWarehouseService

        public void setWarehouseService​(WarehouseService warehouseService)
        Parameters:
        warehouseService - the warehouseService to set
      • getWarehouseCode

        protected java.lang.String getWarehouseCode()
        Returns:
        the warehouseCode
      • getModelService

        protected ModelService getModelService()
        Returns:
        the modelService
      • getWarehouseService

        protected WarehouseService getWarehouseService()
        Returns:
        the warehouseService
      • getStockService

        protected StockService getStockService()
        Returns:
        the stockService