Interface ImpexConverter
- All Known Implementing Classes:
DefaultImpexConverter
public interface ImpexConverter
Service responsible for generating impex script based on
Impex object.-
Method Summary
-
Method Details
-
convert
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.
-