java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.converter.impl.NullImpexRowFilter
All Implemented Interfaces:
ImpexRowFilter

public class NullImpexRowFilter extends Object implements ImpexRowFilter
Filter implementation that does not filter any rows.
  • Constructor Details

    • NullImpexRowFilter

      public NullImpexRowFilter()
  • Method Details

    • filter

      public boolean filter(Map<Integer,String> row)
      Description copied from interface: ImpexRowFilter
      Evaluate a single row and return a false, if the row should be filtered.
      Specified by:
      filter in interface ImpexRowFilter
      Parameters:
      row - CSV row containing column indexes and values
      Returns:
      false, if the row should not be converted