Uses of Class
de.hybris.platform.util.CSVReader
Packages that use CSVReader
Package
Description
-
Uses of CSVReader in de.hybris.platform.acceleratorservices.dataimport.batch.task
Methods in de.hybris.platform.acceleratorservices.dataimport.batch.task that return CSVReaderModifier and TypeMethodDescriptionprotected CSVReaderImpexTransformerTask.createCsvReader(File file) Creates a CSV ReaderMethods in de.hybris.platform.acceleratorservices.dataimport.batch.task with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected voidImpexTransformerTask.closeQuietly(CSVReader csvReader) protected booleanImpexTransformerTask.convertRow(Long sequenceId, ImpexConverter converter, CSVReader csvReader, PrintWriter writer) Converts a single csv row and writes outprotected PrintWriterImpexTransformerTask.writeErrorLine(File file, CSVReader csvReader, PrintWriter errorWriter, IllegalArgumentException exc) Prints an error line containing the reason and the source line to the error file -
Uses of CSVReader in de.hybris.platform.catalog.jalo.classification.unspsc
Subclasses of CSVReader in de.hybris.platform.catalog.jalo.classification.unspsc -
Uses of CSVReader in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CSVReader in de.hybris.platform.catalog.jalo.synchronization -
Uses of CSVReader in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return CSVReaderModifier and TypeMethodDescriptionprotected CSVReaderGenericCSVImportStep.createCSVReader(InputStream inputStream, String encoding) As default creates a newCSVReaderinstance with the given stream and encoding. -
Uses of CSVReader in de.hybris.platform.impex.distributed
Constructors in de.hybris.platform.impex.distributed with parameters of type CSVReaderModifierConstructorDescriptionPersistableDocumentIDRegistry(CSVReader documentIDReader, CSVWriter documentIDWriter, String processCode) PersistableDocumentIDRegistry(CSVReader documentIDReader, String processCode) -
Uses of CSVReader in de.hybris.platform.impex.jalo
Subclasses of CSVReader in de.hybris.platform.impex.jaloModifier and TypeClassDescriptionstatic classACSVReaderextension for reading a SQLResultSetas CSV.Methods in de.hybris.platform.impex.jalo that return CSVReaderModifier and TypeMethodDescriptionImpExReader.getCSVReader()Gets the reader instance of the main script.protected CSVReaderImpExReader.getCurrentReader()Returns the current activated reader used for reading data.ReaderManager.getMainReader()Gets the main reader (reader given at constructor).ReaderManager.peekReader()Gets the current reader instance.ReaderManager.popReader()Closes, removes and returns current reader.Methods in de.hybris.platform.impex.jalo with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected ImpExImportReaderImporter.createImportReader(CSVReader csvReader) Creates anImpExImportReaderinstance for processing given input.protected ImpExImportReaderMultiThreadedImporter.createImportReader(CSVReader csvReader) 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 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.voidImports a set of ID<->PK mappings from given reader.voidImpExReader.includeExternalData(CSVReader reader) Redirects the main reader to the given temporary reader for including external data.voidImpExReader.includeExternalData(CSVReader reader, int columnOffset) Redirects the main reader to the given temporary reader for including external data.voidImpExReader.includeExternalData(CSVReader reader, int linesToSkip, int columnOffset) Redirects the main reader to the given temporary reader for including external data.voidImpExReader.includeExternalData(CSVReader reader, int columnOffset, String locationText) Redirects the main reader to the given temporary reader for including external data.voidReaderManager.pushReader(CSVReader reader, int columnOffset, String locationText) Pushes a reader at the reader stack, so it will be the current one.static voidScriptValidationReader.validateScript(CSVReader reader) Validates a script using the given reader.Constructors in de.hybris.platform.impex.jalo with parameters of type CSVReaderModifierConstructorDescriptionDocumentIDRegistry(CSVReader documentIDReader) Creates a registry with import of mappings and without export of new mappings.DocumentIDRegistry(CSVReader documentIDReader, CSVWriter documentIDWriter) Creates a registry with import of mappings and with export of new mappings.ImpExReader(CSVReader reader, boolean skipValueLines) Instantiates a new reader using the givenCSVReaderas input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode) Instantiates a new reader using the givenCSVReaderas input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode, DocumentIDRegistry docIdRegistry) Instantiates a new reader using the givenCSVReaderas input.ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode, DocumentIDRegistry docIdRegistry, InvalidHeaderPolicy headerHandlingPolicy) Instantiates aImporterusing givensourceas input for import.MultiThreadedImporter(CSVReader source) ReaderManager(CSVReader mainReader) Creates a new manager initialized with given reader, which represents the main reader and will be pushed to the bottom of the reader stack.ScriptValidationReader(CSVReader reader, EnumerationValue mode) ScriptValidationReader(CSVReader reader, EnumerationValue mode, DocumentIDRegistry docIdRegistry) Creates a new validator using the given reader.ScriptValidationReader(CSVReader reader, String mode) -
Uses of CSVReader in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return CSVReaderModifier and TypeMethodDescriptionprotected CSVReaderImpExImportJob.adjustCSVReader(CSVReader reader, ImpExImportCronJob cronJob) Adjusts the CSV reader to the cronjob specific requirements.protected CSVReaderImpExImportJob.createCSVReader(ImpExImportCronJob cronJob) Creates the csv reader which gives theImpExImportReaderaccess to the source data.protected CSVReaderCronJobDumpHandler.createReader()Creates a new reader using last dump media as input.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected CSVReaderImpExImportJob.adjustCSVReader(CSVReader reader, ImpExImportCronJob cronJob) Adjusts the CSV reader to the cronjob specific requirements.protected ImpExImportReaderImpExImportJob.createImportReader(ImpExImportCronJob cronJob, CSVReader csvReader, ImportProcessor processor) Creates the import reader instance used by theImporter.Constructors in de.hybris.platform.impex.jalo.cronjob with parameters of type CSVReaderModifierConstructorDescriptionMyImpExImportReader(CSVReader reader, boolean legacyMode, String prefixForMediaLookup) MyImpExImportReader(CSVReader reader, CSVWriter dumpWriter, ImportProcessor processor, boolean legacyMode, String prefixForMediaLookup) MyMultiThreadedImpExImportReader(CSVReader reader, boolean legacyMode, String prefixForMediaLookup) MyMultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, MultiThreadedImportProcessor processor, boolean legacyMode, String prefixForMediaLookup) -
Uses of CSVReader in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected ImpExReaderExporter.createImpExReader(CSVReader scriptReader, DocumentIDRegistry docIDRegistry, EnumerationValue headerValidationMode) creates an (@see MyImpExReader) instance -
Uses of CSVReader in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return CSVReaderModifier and TypeMethodDescriptionprotected CSVReaderDefaultDumpHandler.createReader()Creates a new reader using last dump file as input.AbstractDumpHandler.getReaderOfLastDump()DumpHandler.getReaderOfLastDump()Gets a reader object to the last dump storage.Methods in de.hybris.platform.impex.jalo.imp with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected de.hybris.platform.impex.jalo.imp.MultiThreadedImpExImportReaderIntegrationTest.TestableMultiThreadedImpExImportReaderMultiThreadedImpExImportReaderIntegrationTest.TestImpExImportJob.createImportReader(ImpExImportCronJob cronJob, CSVReader csvReader, ImportProcessor processor) protected voidAbstractDumpHandler.setReaderOfLastDump(CSVReader reader) Sets a new reader object for 'last' dump.Constructors in de.hybris.platform.impex.jalo.imp with parameters of type CSVReaderModifierConstructorDescriptionImpExImportReader(CSVReader reader) ImpExImportReader(CSVReader reader, boolean legacyMode) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, ImportProcessor processor, EnumerationValue mode) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, ImportProcessor processor, EnumerationValue mode, boolean legacyMode) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, ImportProcessor processor, EnumerationValue mode, boolean legacyMode, InvalidHeaderPolicy policy) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, ImportProcessor processor, EnumerationValue mode, InvalidHeaderPolicy policy) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, ImportProcessor processor) ImpExImportReader(CSVReader reader, CSVWriter dumpWriter, ImportProcessor processor, boolean legacyMode) MultiThreadedImpExImportReader(CSVReader reader, boolean legacyMode) MultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter) MultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, MultiThreadedImportProcessor processor, EnumerationValue mode) MultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, MultiThreadedImportProcessor processor) MultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, MultiThreadedImportProcessor processor, boolean legacyMode) -
Uses of CSVReader in de.hybris.platform.marketplaceservices.dataimport.batch.task
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.task with parameters of type CSVReaderModifier and TypeMethodDescriptionprotected PrintWriterMarketplaceImpexTransformerTask.writeErrorLine(File file, CSVReader csvReader, PrintWriter errorWriter, IllegalArgumentException exc) Also add the error log in log directory -
Uses of CSVReader in de.hybris.platform.util
Subclasses of CSVReader in de.hybris.platform.utilModifier and TypeClassDescriptionclassclassThis class extends theCSVReaderand parses a CSV InputStream to a list of maps using fixed lengths for the columns.Methods in de.hybris.platform.util with parameters of type CSVReader