Interface ItemImportFacade

  • All Known Implementing Classes:
    DefaultItemImportFacade

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

      • importItems

        ItemImportResult importItems​(ItemImportTaskData ctx)
                              throws java.io.IOException
        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:
        java.io.IOException - when an input/output problem occurs during the items import.