Uses of Class
de.hybris.platform.impex.jalo.DocumentIDRegistry
-
-
Uses of DocumentIDRegistry in de.hybris.platform.impex.distributed
Subclasses of DocumentIDRegistry in de.hybris.platform.impex.distributed Modifier and Type Class Description class
PersistableDocumentIDRegistry
Extended implementation of DocumentIDRegistry. -
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return DocumentIDRegistry Modifier and Type Method Description DocumentIDRegistry
ImpExReader. 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 DocumentIDRegistry Modifier and Type Method Description static HeaderDescriptor
ImpExReader. parseHeader(java.lang.String headerLine, DocumentIDRegistry docIdRegistry)
Generates a header object from given line.static HeaderDescriptor
ImpExReader. parseHeader(java.lang.String headerLine, EnumerationValue mode, DocumentIDRegistry docIdRegistry)
Generates a header object from given line.Constructors in de.hybris.platform.impex.jalo with parameters of type DocumentIDRegistry Constructor Description ImpExReader(CSVReader reader, boolean skipValueLines, EnumerationValue headerValidationMode, DocumentIDRegistry docIdRegistry)
Instantiates a new reader using the givenCSVReader
as 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 DocumentIDRegistry Modifier and Type Method Description DocumentIDRegistry
ExportConfiguration. getDocumentIDRegistry()
Methods in de.hybris.platform.impex.jalo.exp with parameters of type DocumentIDRegistry Modifier and Type Method Description protected ImpExReader
Exporter. createImpExReader(CSVReader scriptReader, DocumentIDRegistry docIDRegistry, EnumerationValue headerValidationMode)
creates an (@see MyImpExReader) instancevoid
ImpExExportWriter. setCurrentHeader(java.lang.String headerLine, EnumerationValue headerValidationMode, DocumentIDRegistry docIDRegistry)
Sets the current Header which uses given document id registry for id resolving.void
ImpExExportWriter. setCurrentHeader(java.lang.String headerLine, EnumerationValue headerValidationMode, DocumentIDRegistry docIDRegistry, boolean outputHeader)
Sets the current Header which uses given document id registry for id resolving.void
ExportConfiguration. setDocumentIDRegistry(DocumentIDRegistry registry)
-
Uses of DocumentIDRegistry in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return DocumentIDRegistry Modifier and Type Method Description DocumentIDRegistry
HeaderDescriptor. getDocumentIDRegistry()
Returns the used registry for document id's.Constructors in de.hybris.platform.impex.jalo.header with parameters of type DocumentIDRegistry Constructor Description HeaderDescriptor(ImpExReader reader, java.lang.String expr, AbstractDescriptor.DescriptorParams headerParams, java.lang.String location, DocumentIDRegistry docIDRegistry)
Non-parsing constructor - Creates a new header instance.HeaderDescriptor(ImpExReader reader, java.lang.String expr, java.util.List<java.lang.String> columnExpressions, java.lang.String location, DocumentIDRegistry docIDRegistry)
Self-parsing constructor - Creates a new header instance.HeaderDescriptor(ImpExReader reader, java.lang.String expr, java.util.List<java.lang.String> columnExpressions, java.lang.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 DocumentIDRegistry Constructor Description 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)
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 DocumentIDRegistry Modifier and Type Method Description void
DocumentIDTranslator. setRegistry(DocumentIDRegistry registry)
-