Package com.hybris.datahub.core.facades
Interface ItemImportFacade
- All Known Implementing Classes:
DefaultItemImportFacade
public interface ItemImportFacade
A facade for uploading items data into the system.
-
Method Summary
Modifier and TypeMethodDescriptionImports 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.
-