Uses of Class
de.hybris.platform.impex.distributed.batch.impl.BatchData
-
Packages that use BatchData Package Description de.hybris.platform.impex.distributed.batch.impl -
-
Uses of BatchData in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return BatchData Modifier and Type Method Description BatchDataBatchData.ImportData. getBatchData()BatchDataImportBatchParser. parse(ImportBatchHandler batchHandler)Constructors in de.hybris.platform.impex.distributed.batch.impl with parameters of type BatchData Constructor Description BatchingExistingItemResolver(FlexibleSearchService flexibleSearchService, BatchData batchData, I18NService i18nService, CommonI18NService commonI18NService)ImportData(BatchData myBatch, ValueLine valueLine, java.util.Set<StandardColumnDescriptor> descriptorsForCurrentMode, java.util.SortedMap<StandardColumnDescriptor,java.lang.Object> uniqueValues, java.util.Map<StandardColumnDescriptor,java.lang.Object> currentModeValues)
-