Interface TmaPriceRowImportAdapter

All Known Implementing Classes:
DefaultTmaPriceRowImportAdapter

public interface TmaPriceRowImportAdapter
Adapter to translate a PriceRow import.
Since:
1907
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor)
    Initialize the values for locale, globalAdd, globalRemove, collectionValueDelimiter, dateFormat, numberFormat etc.
    performImport(String cellValue, de.hybris.platform.jalo.Item processedItem)
    Import a PriceRowModel.
  • Method Details

    • init

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

      List<PriceRowModel> performImport(String cellValue, de.hybris.platform.jalo.Item processedItem)
      Import a PriceRowModel.
      Parameters:
      cellValue - the value from impex for price attribute
      processedItem - the item from impex