Uses of Class
de.hybris.platform.impex.jalo.AbstractCodeLine
Packages that use AbstractCodeLine
Package
Description
-
Uses of AbstractCodeLine in de.hybris.platform.impex.distributed.batch
Methods in de.hybris.platform.impex.distributed.batch with parameters of type AbstractCodeLineModifier and TypeMethodDescriptionImportDataDumpStrategy.dump(AbstractCodeLine codeLine) Dumps singleAbstractCodeLineobject intoStringrepresentation of an ImpEx import. -
Uses of AbstractCodeLine in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return AbstractCodeLineMethods in de.hybris.platform.impex.distributed.batch.impl with parameters of type AbstractCodeLineModifier and TypeMethodDescriptionDefaultImportDataDumpStrategy.dump(AbstractCodeLine codeLine) voidImportBatchParser.BatchingImpexReader.execute(AbstractCodeLine line, Map csvLine) protected booleanImportBatchParser.BatchingImpexReader.processMarkerCodeLine(AbstractCodeLine line) -
Uses of AbstractCodeLine in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process with parameters of type AbstractCodeLineModifier and TypeMethodDescriptionprotected final voidBatchingImportReader.processCodeLine(AbstractCodeLine line) -
Uses of AbstractCodeLine in de.hybris.platform.impex.jalo
Subclasses of AbstractCodeLine in de.hybris.platform.impex.jaloModifier and TypeClassDescriptionclassclassclassclassclassMethods in de.hybris.platform.impex.jalo that return AbstractCodeLineModifier and TypeMethodDescriptionprotected AbstractCodeLineImpExReader.createCodeLine(Map<Integer, String> line) Interprets the given line as code line.ScriptCodeLineFactory.createCodeLineFromLine(Map<Integer, String> line) protected AbstractCodeLineImpExReader.createCodeLineLegacyWay(Map<Integer, String> line) protected AbstractCodeLineImpExReader.createCodeLineModernWay(Map<Integer, String> line) ImpExReader.getBeforeEachCode()Gets the code line executed after parsing but before interpreting of each line.Methods in de.hybris.platform.impex.jalo with parameters of type AbstractCodeLineModifier and TypeMethodDescriptionbooleanImpExReader.enterIfBlock(AbstractCodeLine line) Has to be called when an if-condition occurs.protected voidImpExReader.execute(AbstractCodeLine line, Map csvLine) Executes the code line at the bean shell.protected voidImpExReader.execute(AbstractCodeLine line, Map csvLine, boolean forEachMode) Executes the code line at the bean shell.protected booleanImpExReader.isNotInInactiveIfBlock(AbstractCodeLine curLine) Tests if you are allowed to execute code, based on the current if-block situation.protected voidImpExReader.legacyExecute(AbstractCodeLine line, Map<Integer, String> csvLine) protected voidImpExReader.processCodeLine(AbstractCodeLine line) Processes given code line.protected booleanImpExReader.processMarkerCodeLine(AbstractCodeLine line) Processes the special logic of the marker set to the given code line and returns true, if the code line should be executed or the marker prohibits the execution.protected voidImpExReader.setBeforeEachCode(AbstractCodeLine line) Sets the code line executed after parsing but before interpreting of each line. -
Uses of AbstractCodeLine in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return AbstractCodeLineModifier and TypeMethodDescriptionImpExImportReader.getAfterEachCode()ValueLine.getAfterEachCode()ImpExImportReader.getForEachCode()Deprecated.Methods in de.hybris.platform.impex.jalo.imp with parameters of type AbstractCodeLineModifier and TypeMethodDescriptionprotected voidMultiThreadedImpExImportReader.execute(AbstractCodeLine line, Map csvLine, boolean forEachMode) Called for each code line.protected booleanImpExImportReader.processMarkerCodeLine(AbstractCodeLine line) protected voidImpExImportReader.setAfterEachCode(AbstractCodeLine line) voidValueLine.setAfterEachCode(AbstractCodeLine abstractCodeLine) protected voidImpExImportReader.setForEachCode(AbstractCodeLine line) Deprecated.since ages - useImpExImportReader.setAfterEachCode(de.hybris.platform.impex.jalo.AbstractCodeLine)instead
ImpExImportReader.getAfterEachCode()instead