Uses of Class
de.hybris.platform.impex.jalo.AbstractCodeLine
-
-
Uses of AbstractCodeLine in de.hybris.platform.impex.distributed.batch
Methods in de.hybris.platform.impex.distributed.batch with parameters of type AbstractCodeLine Modifier and Type Method Description java.lang.StringImportDataDumpStrategy. 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 AbstractCodeLine Modifier and Type Method Description AbstractCodeLineImportBatchParser.BatchingImpexReader. getAfterEachExpr()Methods in de.hybris.platform.impex.distributed.batch.impl with parameters of type AbstractCodeLine Modifier and Type Method Description java.lang.StringDefaultImportDataDumpStrategy. dump(AbstractCodeLine codeLine)voidImportBatchParser.BatchingImpexReader. execute(AbstractCodeLine line, java.util.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 AbstractCodeLine Modifier and Type Method Description protected voidBatchingImportReader. processCodeLine(AbstractCodeLine line) -
Uses of AbstractCodeLine in de.hybris.platform.impex.jalo
Subclasses of AbstractCodeLine in de.hybris.platform.impex.jalo Modifier and Type Class Description classAbstractScriptingEngineCodeLineclassBeanshellCodeLineclassGroovyCodeLineclassJavascriptCodeLineclassSimpleCodeLineMethods in de.hybris.platform.impex.jalo that return AbstractCodeLine Modifier and Type Method Description protected AbstractCodeLineImpExReader. createCodeLine(java.util.Map<java.lang.Integer,java.lang.String> line)Interprets the given line as code line.AbstractCodeLineScriptCodeLineFactory. createCodeLineFromLine(java.util.Map<java.lang.Integer,java.lang.String> line)protected AbstractCodeLineImpExReader. createCodeLineLegacyWay(java.util.Map<java.lang.Integer,java.lang.String> line)protected AbstractCodeLineImpExReader. createCodeLineModernWay(java.util.Map<java.lang.Integer,java.lang.String> line)AbstractCodeLineImpExReader. 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 AbstractCodeLine Modifier and Type Method Description booleanImpExReader. enterIfBlock(AbstractCodeLine line)Has to be called when an if-condition occurs.protected voidImpExReader. execute(AbstractCodeLine line, java.util.Map csvLine)Executes the code line at the bean shell.protected voidImpExReader. execute(AbstractCodeLine line, java.util.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, java.util.Map<java.lang.Integer,java.lang.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 AbstractCodeLine Modifier and Type Method Description AbstractCodeLineImpExImportReader. getAfterEachCode()AbstractCodeLineValueLine. getAfterEachCode()AbstractCodeLineImpExImportReader. getForEachCode()Deprecated.since ages - useImpExImportReader.getAfterEachCode()insteadMethods in de.hybris.platform.impex.jalo.imp with parameters of type AbstractCodeLine Modifier and Type Method Description protected voidMultiThreadedImpExImportReader. execute(AbstractCodeLine line, java.util.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
-