Class ImportBatchParser.BatchingImpexReader

java.lang.Object
de.hybris.platform.impex.jalo.ImpExReader
de.hybris.platform.impex.distributed.batch.impl.ImportBatchParser.BatchingImpexReader
Enclosing class:
ImportBatchParser

public static class ImportBatchParser.BatchingImpexReader extends ImpExReader
  • Constructor Details

  • Method Details

    • execute

      public void execute(AbstractCodeLine line, Map csvLine)
      Description copied from class: ImpExReader
      Executes the code line at the bean shell.
      Overrides:
      execute in class ImpExReader
      Parameters:
      line - the code line
      csvLine - current line object for context variable 'line'
    • processMarkerCodeLine

      protected boolean processMarkerCodeLine(AbstractCodeLine line) throws ImpExException
      Description copied from class: ImpExReader
      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.
      Overrides:
      processMarkerCodeLine in class ImpExReader
      Parameters:
      line - the code line with set marker
      Returns:
      true, if line has to be executed
      Throws:
      ImpExException - the marker set to the code line is unknown
    • getAfterEachExpr

      public AbstractCodeLine getAfterEachExpr()