Interface ImpexConverter

All Known Implementing Classes:
DefaultImpexConverter

public interface ImpexConverter
Service responsible for generating impex script based on Impex object.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Impex impex)
    Generates impex script which contains impex header (for example INSERT_UPDATE Product;code[unique=true];name[lang=en];) and multi-lines which represent impex's data.
  • Method Details

    • convert

      String convert(Impex impex)
      Generates impex script which contains impex header (for example INSERT_UPDATE Product;code[unique=true];name[lang=en];) and multi-lines which represent impex's data. Lines which does not contain all unique attributes are omitted.
      Parameters:
      impex -
      Returns:
      converted impex script. Lines which does not contain all unique attributes are omitted.