Package com.hybris.datahub.core.facades
Interface ItemImportFacade
-
- All Known Implementing Classes:
DefaultItemImportFacade
public interface ItemImportFacadeA facade for uploading items data into the system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemImportResultimportItems(ItemImportTaskData ctx)Imports 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.
-
-