Interface ItemImportFacade

All Known Implementing Classes:
DefaultItemImportFacade

public interface ItemImportFacade
A facade for uploading items data into the system.
  • Method Details

    • importItems

      Imports data into the system.
      Parameters:
      ctx - import task context data, which describes what items should be imported.
      Returns:
      result of the items import.
      Throws:
      IOException - when an input/output problem occurs during the items import.