Interface ImpexConverter

  • All Known Implementing Classes:
    DefaultImpexConverter

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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.
    • Method Detail

      • convert

        java.lang.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.