Uses of Class
de.hybris.platform.impex.jalo.imp.ImpExImportReader
-
-
Uses of ImpExImportReader in de.hybris.platform.commerceservices.impex.impl
Methods in de.hybris.platform.commerceservices.impex.impl with parameters of type ImpExImportReader Modifier and Type Method Description voidConfigPropertyImportProcessor. init(ImpExImportReader reader) -
Uses of ImpExImportReader in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return ImpExImportReader Modifier and Type Method Description protected ImpExImportReaderImporter. createImportReader(CSVReader csvReader)Creates anImpExImportReaderinstance for processing given input.protected ImpExImportReaderMultiThreadedImporter. createImportReader(CSVReader csvReader)protected ImpExImportReaderImporter. createImportReaderForNextPass()Creates anImpExImportReaderinstance for next pass using dump handler for getting input stream and dump stream.protected ImpExImportReaderMultiThreadedImporter. createImportReaderForNextPass()ImpExImportReaderImporter. getReader()Gets the usedImpExImportReaderinstance.Constructors in de.hybris.platform.impex.jalo with parameters of type ImpExImportReader Constructor Description Importer(ImpExImportReader importReader)Instantiates aImporterusing givenimportReaderfor reading input and item processing. -
Uses of ImpExImportReader in de.hybris.platform.impex.jalo.cronjob
Subclasses of ImpExImportReader 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 that return ImpExImportReader Modifier and Type Method Description protected ImpExImportReaderImpExImportJob. adjustImportReader(ImpExImportReader reader, ImpExImportCronJob cronJob)Adjusts the import reader to the cronjob specific requirements.protected ImpExImportReaderImpExImportJob. createImportReader(ImpExImportCronJob cronJob, CSVReader csvReader, ImportProcessor processor)Creates the import reader instance used by theImporter.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type ImpExImportReader Modifier and Type Method Description protected ImpExImportReaderImpExImportJob. adjustImportReader(ImpExImportReader reader, ImpExImportCronJob cronJob)Adjusts the import reader to the cronjob specific requirements.protected ImporterImpExImportJob. createImporter(ImpExImportCronJob cronJob, ImpExImportReader reader)Creates the importer instance. -
Uses of ImpExImportReader in de.hybris.platform.impex.jalo.imp
Subclasses of ImpExImportReader in de.hybris.platform.impex.jalo.imp Modifier and Type Class Description classMultiThreadedImpExImportReaderMulti-threaded ImpEx import reader.Methods in de.hybris.platform.impex.jalo.imp that return ImpExImportReader Modifier and Type Method Description ImpExImportReaderDefaultImportProcessor. getReader()Methods in de.hybris.platform.impex.jalo.imp with parameters of type ImpExImportReader Modifier and Type Method Description protected ImpExImportCUDHandlerDefaultImportProcessor. createCUDHandler(ImpExImportReader reader)voidDefaultImportProcessor. init(ImpExImportReader reader)voidImportProcessor. init(ImpExImportReader reader)Constructors in de.hybris.platform.impex.jalo.imp with parameters of type ImpExImportReader Constructor Description DefaultImpExImportCUDHandler(ImpExImportReader reader) -
Uses of ImpExImportReader in de.hybris.platform.personalizationsampledataaddon.util
Methods in de.hybris.platform.personalizationsampledataaddon.util with parameters of type ImpExImportReader Modifier and Type Method Description static voidCxAddOnSampleDataUtils. verifyIfCxActionExists(java.util.Map<java.lang.Integer,java.lang.String> impexLine, java.lang.Integer codeIndex, ImpExImportReader impexReader, int cvIndex)static voidCxAddOnSampleDataUtils. verifyIfCxCustomizationsGroupExists(java.util.Map<java.lang.Integer,java.lang.String> impexLine, java.lang.Integer codeIndex, ImpExImportReader impexReader, int cvIndex) -
Uses of ImpExImportReader in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl with parameters of type ImpExImportReader Modifier and Type Method Description voidConditionalImportProcessor. init(ImpExImportReader reader)voidConfigPropertyImportProcessor. init(ImpExImportReader reader) -
Uses of ImpExImportReader in de.hybris.platform.servicelayer.impex.impl
Constructors in de.hybris.platform.servicelayer.impex.impl with parameters of type ImpExImportReader Constructor Description SLImpexImportCUDHandler(ImpExImportReader reader)
-