| Package | Description |
|---|---|
| de.hybris.platform.impex.jalo | |
| de.hybris.platform.impex.jalo.cronjob |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiThreadedImporter |
| Modifier and Type | Method and Description |
|---|---|
Importer |
ImpExManager.importDataLight(CSVReader reader,
boolean codeexecution)
Imports data without using a cronjob.
Amount of maximal performed passes will be set to infinit (-1). For getting further informations about passed import process, the used Importer instance is returned.ATTENTION: No logs are available except of those fired to the log4j system. |
Importer |
ImpExManager.importDataLight(CSVReader reader,
boolean codeexecution,
int passes)
Imports data without using a cronjob.
For getting further informations about passed import process, the used Importer instance is returned.ATTENTION: No logs are available except of these fired to the log4j system. |
Importer |
ImpExManager.importDataLight(InputStream input,
String encoding,
boolean codeexecution)
Imports data without using a cronjob.
Amount of maximal performed passes will be set to infinit (-1). For getting further informations about passed import process, the used Importer instance is returned.ATTENTION: No logs are available except of these fired to the log4j system. |
| Modifier and Type | Method and Description |
|---|---|
protected Importer |
ImpExImportJob.adjustImporter(Importer importer,
ImpExImportCronJob cronJob)
Adjusts the importer to the cronjob specific requirements.
|
protected Importer |
ImpExImportJob.createImporter(ImpExImportCronJob cronJob,
ImpExImportReader reader)
Creates the importer instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Importer |
ImpExImportJob.adjustImporter(Importer importer,
ImpExImportCronJob cronJob)
Adjusts the importer to the cronjob specific requirements.
|
protected boolean |
ImpExImportJob.doImport(ImpExImportCronJob cronJob,
Importer importer)
Performs the import using given
Importer instance. |
protected void |
ImpExImportJob.saveStats(ImpExImportCronJob cronJob,
Importer importer)
Saves important statistics for error resolving.
|
Copyright © 2017 SAP SE. All Rights Reserved.