Interface TmaPriceRowExportAdapter

All Known Implementing Classes:
DefaultTmaPriceRowExportAdapter

public interface TmaPriceRowExportAdapter
Adapter to translate a PriceRow export.
Since:
1907
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor)
    Initialize the values for locale, collectionValueDelimiter, dateFormat, numberFormat etc.
    Export PriceRowModel for the product.
  • Method Details

    • init

      void init(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor)
      Initialize the values for locale, collectionValueDelimiter, dateFormat, numberFormat etc.
      Parameters:
      columnDescriptor - containing the values of above attributes given in impex
    • performExport

      String performExport(Object value)
      Export PriceRowModel for the product.
      Parameters:
      value - list of price row for the product