Class ExcelImportContext

java.lang.Object
com.hybris.backoffice.excel.importing.ExcelImportContext

public class ExcelImportContext extends Object
Context class used by excel importing. The context contains impex row for currently processing row
  • Constructor Details

    • ExcelImportContext

      public ExcelImportContext()
  • Method Details

    • getImpexRow

      public ImpexRow getImpexRow()
    • setImpexRow

      public void setImpexRow(ImpexRow impexRow)
    • getCtx

      public Map<String,Object> getCtx()
    • getValue

      public Object getValue(String key)
      Gets value from context
      Parameters:
      key -
      Returns:
    • setValue

      public void setValue(String key, Object value)
      Sets value under given key
      Parameters:
      key -
      value -