Uses of Interface
de.hybris.platform.impex.distributed.batch.ImportDataDumpStrategy
Packages that use ImportDataDumpStrategy
Package
Description
-
Uses of ImportDataDumpStrategy in de.hybris.platform.impex.distributed.batch.impl
Classes in de.hybris.platform.impex.distributed.batch.impl that implement ImportDataDumpStrategyMethods in de.hybris.platform.impex.distributed.batch.impl with parameters of type ImportDataDumpStrategyModifier and TypeMethodDescriptionvoidImportBatchParser.setDumpStrategy(ImportDataDumpStrategy dumpStrategy) Constructors in de.hybris.platform.impex.distributed.batch.impl with parameters of type ImportDataDumpStrategyModifierConstructorDescriptionBatchData(ImportDataDumpStrategy dumpStrategy, ImportBatchParser.BatchingImpexReader reader, HeaderDescriptor headerDescriptor, List<ValueLine> valueLines) -
Uses of ImportDataDumpStrategy in de.hybris.platform.impex.distributed.process
Constructors in de.hybris.platform.impex.distributed.process with parameters of type ImportDataDumpStrategyModifierConstructorDescriptionBatchingImportReader(InputStream input, ImportDataDumpStrategy dumpStrategy, String processCode) ImportProcessCreationData(String processCode, InputStream input, ImportDataDumpStrategy importDataDumpStrategy) ImportProcessCreationData(String processCode, InputStream input, ImportDataDumpStrategy importDataDumpStrategy, ImportProcessCreationData.ImportProcessContext ctx) -
Uses of ImportDataDumpStrategy in de.hybris.platform.servicelayer.impex.impl
Methods in de.hybris.platform.servicelayer.impex.impl with parameters of type ImportDataDumpStrategyModifier and TypeMethodDescriptionvoidDefaultImportService.setImportDataDumpStrategy(ImportDataDumpStrategy importDataDumpStrategy)