Uses of Class
de.hybris.platform.impex.jalo.Importer
-
Packages that use Importer Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.cronjob -
-
Uses of Importer in de.hybris.platform.impex.jalo
Subclasses of Importer in de.hybris.platform.impex.jalo Modifier and Type Class Description classMultiThreadedImporterMethods in de.hybris.platform.impex.jalo that return Importer Modifier and Type Method Description ImporterImpExManager. 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 usedImporterinstance is returned.
ATTENTION: No logs are available except of those fired to the log4j system.ImporterImpExManager. importDataLight(CSVReader reader, boolean codeexecution, int passes)Imports data without using a cronjob.
For getting further informations about passed import process, the usedImporterinstance is returned.
ATTENTION: No logs are available except of these fired to the log4j system.ImporterImpExManager. importDataLight(java.io.InputStream input, java.lang.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 usedImporterinstance is returned.
ATTENTION: No logs are available except of these fired to the log4j system. -
Uses of Importer in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return Importer Modifier and Type Method Description protected ImporterImpExImportJob. adjustImporter(Importer importer, ImpExImportCronJob cronJob)Adjusts the importer to the cronjob specific requirements.protected ImporterImpExImportJob. createImporter(ImpExImportCronJob cronJob, ImpExImportReader reader)Creates the importer instance.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type Importer Modifier and Type Method Description protected ImporterImpExImportJob. adjustImporter(Importer importer, ImpExImportCronJob cronJob)Adjusts the importer to the cronjob specific requirements.protected booleanImpExImportJob. doImport(ImpExImportCronJob cronJob, Importer importer)Performs the import using givenImporterinstance.protected voidImpExImportJob. saveStats(ImpExImportCronJob cronJob, Importer importer)Saves important statistics for error resolving.
-