Uses of Class
de.hybris.platform.impex.jalo.Importer
Packages that use Importer
-
Uses of Importer in de.hybris.platform.impex.jalo
Subclasses of Importer in de.hybris.platform.impex.jaloMethods in de.hybris.platform.impex.jalo that return ImporterModifier and TypeMethodDescriptionImpExManager.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.ImpExManager.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.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 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 ImporterModifier and TypeMethodDescriptionprotected 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 ImporterModifier and TypeMethodDescriptionprotected 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.