Uses of Class
de.hybris.platform.impex.jalo.DocumentIDRegistry
Packages that use DocumentIDRegistry
Package
Description
-
Uses of DocumentIDRegistry in de.hybris.platform.impex.distributed
Subclasses of DocumentIDRegistry in de.hybris.platform.impex.distributedModifier and TypeClassDescriptionclassExtended implementation of DocumentIDRegistry. -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return DocumentIDRegistryModifier and TypeMethodDescriptionImpExReader.getDocumentIDRegistry()Gets the used document ID registry which will be set to each created header.Methods in de.hybris.platform.impex.jalo with parameters of type DocumentIDRegistryModifier and TypeMethodDescriptionstatic HeaderDescriptorImpExReader.parseHeader(String headerLine, DocumentIDRegistry docIdRegistry) Generates a header object from given line.static HeaderDescriptorImpExReader.parseHeader(String headerLine, EnumerationValue mode, DocumentIDRegistry docIdRegistry) Generates a header object from given line.Constructors in de.hybris.platform.impex.jalo with parameters of type DocumentIDRegistryModifierConstructorDescriptionImpExReader(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) ScriptValidationReader(CSVReader reader, EnumerationValue mode, DocumentIDRegistry docIdRegistry) Creates a new validator using the given reader. -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that return DocumentIDRegistryMethods in de.hybris.platform.impex.jalo.exp with parameters of type DocumentIDRegistryModifier and TypeMethodDescriptionprotected ImpExReaderExporter.createImpExReader(CSVReader scriptReader, DocumentIDRegistry docIDRegistry, EnumerationValue headerValidationMode) creates an (@see MyImpExReader) instancevoidImpExExportWriter.setCurrentHeader(String headerLine, EnumerationValue headerValidationMode, DocumentIDRegistry docIDRegistry) Sets the current Header which uses given document id registry for id resolving.voidImpExExportWriter.setCurrentHeader(String headerLine, EnumerationValue headerValidationMode, DocumentIDRegistry docIDRegistry, boolean outputHeader) Sets the current Header which uses given document id registry for id resolving.voidExportConfiguration.setDocumentIDRegistry(DocumentIDRegistry registry) -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return DocumentIDRegistryModifier and TypeMethodDescriptionHeaderDescriptor.getDocumentIDRegistry()Returns the used registry for document id's.Constructors in de.hybris.platform.impex.jalo.header with parameters of type DocumentIDRegistryModifierConstructorDescriptionHeaderDescriptor(ImpExReader reader, String expr, AbstractDescriptor.DescriptorParams headerParams, String location, DocumentIDRegistry docIDRegistry) Non-parsing constructor - Creates a new header instance.HeaderDescriptor(ImpExReader reader, String expr, List<String> columnExpressions, String location, DocumentIDRegistry docIDRegistry) Self-parsing constructor - Creates a new header instance.HeaderDescriptor(ImpExReader reader, String expr, List<String> columnExpressions, String location, DocumentIDRegistry docIDRegistry, HeaderValidationException headerException) -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo.imp
Constructors in de.hybris.platform.impex.jalo.imp with parameters of type DocumentIDRegistryModifierConstructorDescriptionImpExImportReader(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) MultiThreadedImpExImportReader(CSVReader reader, CSVWriter dumpWriter, DocumentIDRegistry docIDRegistry, MultiThreadedImportProcessor processor, EnumerationValue mode) -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type DocumentIDRegistryModifier and TypeMethodDescriptionvoidDocumentIDTranslator.setRegistry(DocumentIDRegistry registry)