Interface TmaPriceRowExportAdapter
- All Known Implementing Classes:
DefaultTmaPriceRowExportAdapter
public interface TmaPriceRowExportAdapter
Adapter to translate a PriceRow export.
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) Initialize the values for locale, collectionValueDelimiter, dateFormat, numberFormat etc.performExport(Object value) ExportPriceRowModelfor 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
ExportPriceRowModelfor the product.- Parameters:
value- list of price row for the product
-