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 voidConfigPropertyImportProcessor. 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 classImportBatchParser.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 classBatchingImportReader -
Uses of ImpExReader in de.hybris.platform.impex.jalo
Subclasses of ImpExReader in de.hybris.platform.impex.jalo Modifier and Type Class Description classScriptValidationReaderThis 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.RESULTAlwaysFailErrorHandler. handleError(ImpExException exception, ImpExReader reader)ErrorHandler.RESULTErrorHandler. 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 classImpExImportJob.MyImpExImportReaderprotected static classImpExImportJob.MyMultiThreadedImpExImportReaderMethods in de.hybris.platform.impex.jalo.cronjob with parameters of type ImpExReader Modifier and Type Method Description ErrorHandler.RESULTCronJobErrorHandler. 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 ImpExReaderExporter. 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 ImpExReaderHeaderDescriptor. 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 classImpExImportReaderclassMultiThreadedImpExImportReaderMulti-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 voidImpExUtils. 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 voidConfigPropertyImportProcessor. addDefinition(ImpExReader reader, java.lang.reflect.Method addDefinitionMethod, java.lang.String key, java.lang.String value)
-