Interface TmaPriceRowImportAdapter
- All Known Implementing Classes:
DefaultTmaPriceRowImportAdapter
public interface TmaPriceRowImportAdapter
Adapter to translate a PriceRow import.
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(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 aPriceRowModel.
-
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
Import aPriceRowModel.- Parameters:
cellValue- the value from impex for price attributeprocessedItem- the item from impex
-