Uses of Class
de.hybris.platform.util.CSVReader
-
-
Uses of CSVReader in de.hybris.platform.acceleratorservices.dataimport.batch.task
Methods in de.hybris.platform.acceleratorservices.dataimport.batch.task that return CSVReader Modifier and Type Method Description protected CSVReaderImpexTransformerTask. createCsvReader(java.io.File file)Creates a CSV ReaderMethods in de.hybris.platform.acceleratorservices.dataimport.batch.task with parameters of type CSVReader Modifier and Type Method Description protected voidImpexTransformerTask. closeQuietly(CSVReader csvReader)protected java.io.PrintWriterImpexTransformerTask. writeErrorLine(java.io.File file, CSVReader csvReader, java.io.PrintWriter errorWriter, java.lang.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 Modifier and Type Class Description classUNSPSCReader -
Uses of CSVReader in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CSVReader in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description classSyncScheduleReader -
Uses of CSVReader in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return CSVReader Modifier and Type Method Description protected CSVReaderGenericCSVImportStep. createCSVReader(java.io.InputStream inputStream, java.lang.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 CSVReader Constructor Description PersistableDocumentIDRegistry(CSVReader documentIDReader, CSVWriter documentIDWriter, java.lang.String processCode)PersistableDocumentIDRegistry(CSVReader documentIDReader, java.lang.String processCode) -
Uses of CSVReader in de.hybris.platform.impex.jalo
Subclasses of CSVReader in de.hybris.platform.impex.jalo Modifier and Type Class Description static classImpExReader.ResultSetCSVReaderACSVReaderextension for reading a SQLResultSetas CSV.Methods in de.hybris.platform.impex.jalo that return CSVReader Modifier and Type Method Description CSVReaderImpExReader. getCSVReader()Gets the reader instance of the main script.protected CSVReaderImpExReader. getCurrentReader()Returns the current activated reader used for reading data.CSVReaderReaderManager. getMainReader()Gets the main reader (reader given at constructor).CSVReaderReaderManager. peekReader()Gets the current reader instance.CSVReaderReaderManager. popReader()Closes, removes and returns current reader.Methods in de.hybris.platform.impex.jalo with parameters of type CSVReader Modifier and Type Method Description protected ImpExImportReaderImporter. createImportReader(CSVReader csvReader)Creates anImpExImportReaderinstance for processing given input.protected ImpExImportReaderMultiThreadedImporter. createImportReader(CSVReader csvReader)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.voidDocumentIDRegistry. importIDs(CSVReader documentIDReader)Imports 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, java.lang.String locationText)Redirects the main reader to the given temporary reader for including external data.voidReaderManager. pushReader(CSVReader reader, int columnOffset, java.lang.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 CSVReader Constructor Description DocumentIDRegistry(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)Importer(CSVReader source)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, java.lang.String mode) -
Uses of CSVReader in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return CSVReader Modifier and Type Method Description protected 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 CSVReader Modifier and Type Method Description protected 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 CSVReader Constructor Description MyImpExImportReader(CSVReader reader, boolean legacyMode, java.lang.String prefixForMediaLookup)MyImpExImportReader(CSVReader reader, CSVWriter dumpWriter, ImportProcessor processor, boolean legacyMode, java.lang.String prefixForMediaLookup)MyMultiThreadedImpExImportReader(CSVReader reader, boolean legacyMode, java.lang.String prefixForMediaLookup)MyMultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, MultiThreadedImportProcessor processor, boolean legacyMode, java.lang.String prefixForMediaLookup) -
Uses of CSVReader in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp with parameters of type CSVReader Modifier and Type Method Description protected 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 CSVReader Modifier and Type Method Description protected CSVReaderDefaultDumpHandler. createReader()Creates a new reader using last dump file as input.CSVReaderAbstractDumpHandler. getReaderOfLastDump()CSVReaderDumpHandler. getReaderOfLastDump()Gets a reader object to the last dump storage.Methods in de.hybris.platform.impex.jalo.imp with parameters of type CSVReader Modifier and Type Method Description protected 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. -
Uses of CSVReader in de.hybris.platform.marketplaceservices.dataimport.batch.task
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.task with parameters of type CSVReader Modifier and Type Method Description protected java.io.PrintWriterMarketplaceImpexTransformerTask. writeErrorLine(java.io.File file, CSVReader csvReader, java.io.PrintWriter errorWriter, java.lang.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.util Modifier and Type Class Description classCSVFromPropertiesReaderclassFixedLengthCSVReaderThis 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 Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.lang.String>[]CSVReader. parse(CSVReader reader)Convenience method which parses csv lines directly from the given reader.
-