Uses of Class
de.hybris.platform.impex.jalo.imp.ImpExWorker
Packages that use ImpExWorker
-
Uses of ImpExWorker in de.hybris.platform.impex.jalo.imp
Subclasses of ImpExWorker in de.hybris.platform.impex.jalo.impModifier and TypeClassDescriptionclassSpecial worker for reading the actual impex data and pre processing the value lines.classSpecial worker for post processing the value lines.Methods in de.hybris.platform.impex.jalo.imp that return ImpExWorkerModifier and TypeMethodDescriptionprotected ImpExWorkerMultiThreadedImpExImportReader.createWorker(PoolableThread poolableThread, int number) ImpExWorkerResult.getWorker()protected ImpExWorkerMultiThreadedImportProcessor.getWorker()Methods in de.hybris.platform.impex.jalo.imp with parameters of type ImpExWorkerModifier and TypeMethodDescriptionprotected ValueLineMultiThreadedImpExImportReader.fetchNextValueLine(ImpExWorker worker) protected booleanMultiThreadedImportProcessor.lockItems(ImpExWorker worker, Collection<Item> matches) protected voidMultiThreadedImportProcessor.lockQuery(ImpExWorker worker, QueryParameters queryParameters) Constructors in de.hybris.platform.impex.jalo.imp with parameters of type ImpExWorkerModifierConstructorDescriptionImpExWorkerResult(ImpExWorker worker, ValueLine valueLine, Item ret, Exception error)