Uses of Class
de.hybris.platform.impex.jalo.ImpExReader
-
-
Uses of ImpExReader in de.hybris.platform.commerceservices.impex.impl
Methods in de.hybris.platform.commerceservices.impex.impl with parameters of type ImpExReader Modifier and Type Method Description protected void
ConfigPropertyImportProcessor. addDefinition(ImpExReader reader, java.lang.reflect.Method addDefinitionMethod, java.lang.String key, java.lang.String value)
-
Uses of ImpExReader in de.hybris.platform.impex.distributed.batch.impl
Subclasses of ImpExReader in de.hybris.platform.impex.distributed.batch.impl Modifier and Type Class Description static class
ImportBatchParser.BatchingImpexReader
-
Uses of ImpExReader in de.hybris.platform.impex.distributed.process
Subclasses of ImpExReader in de.hybris.platform.impex.distributed.process Modifier and Type Class Description class
BatchingImportReader
-
Uses of ImpExReader in de.hybris.platform.impex.jalo
Subclasses of ImpExReader in de.hybris.platform.impex.jalo Modifier and Type Class Description class
ScriptValidationReader
This reader can be used for validating an script.Methods in de.hybris.platform.impex.jalo with parameters of type ImpExReader Modifier and Type Method Description ErrorHandler.RESULT
AlwaysFailErrorHandler. handleError(ImpExException exception, ImpExReader reader)
ErrorHandler.RESULT
ErrorHandler. handleError(ImpExException exception, ImpExReader reader)
Evaluated the given error and finds a decision concerning the further ImpEx processing.Constructors in de.hybris.platform.impex.jalo with parameters of type ImpExReader Constructor Description BeanShellImporter(ImpExReader impExReader, ModelService modelService)
-
Uses of ImpExReader in de.hybris.platform.impex.jalo.cronjob
Subclasses of ImpExReader in de.hybris.platform.impex.jalo.cronjob Modifier and Type Class Description protected static class
ImpExImportJob.MyImpExImportReader
protected static class
ImpExImportJob.MyMultiThreadedImpExImportReader
Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type ImpExReader Modifier and Type Method Description ErrorHandler.RESULT
CronJobErrorHandler. handleError(ImpExException impexException, ImpExReader reader)
-
Uses of ImpExReader in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that return ImpExReader Modifier and Type Method Description protected ImpExReader
Exporter. createImpExReader(CSVReader scriptReader, DocumentIDRegistry docIDRegistry, EnumerationValue headerValidationMode)
creates an (@see MyImpExReader) instance -
Uses of ImpExReader in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return ImpExReader Modifier and Type Method Description ImpExReader
HeaderDescriptor. getReader()
Gets the reader instance which had created this header.Constructors in de.hybris.platform.impex.jalo.header with parameters of type ImpExReader 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 ImpExReader in de.hybris.platform.impex.jalo.imp
Subclasses of ImpExReader in de.hybris.platform.impex.jalo.imp Modifier and Type Class Description class
ImpExImportReader
class
MultiThreadedImpExImportReader
Multi-threaded ImpEx import reader. -
Uses of ImpExReader in de.hybris.platform.impex.jalo.util
Methods in de.hybris.platform.impex.jalo.util with parameters of type ImpExReader Modifier and Type Method Description static void
ImpExUtils. closeQuietly(ImpExReader ir)
-
Uses of ImpExReader in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl with parameters of type ImpExReader Modifier and Type Method Description protected void
ConfigPropertyImportProcessor. addDefinition(ImpExReader reader, java.lang.reflect.Method addDefinitionMethod, java.lang.String key, java.lang.String value)
-