Class DefaultTmaPriceRowExportAdapter
java.lang.Object
de.hybris.platform.b2ctelcoservices.dataimport.batch.price.impl.DefaultTmaPriceRowExportAdapter
- All Implemented Interfaces:
TmaPriceRowExportAdapter
Default implementation of
TmaPriceRowExportAdapter.- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringexportValue(Object value) protected DateFormatprotected StringgetDateFormatString(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) protected NumberFormatprotected StringgetNumberFormatString(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) voidinit(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) Initialize the values for locale, collectionValueDelimiter, dateFormat, numberFormat etc.protected StringjoinAndEscape(List strings) performExport(Object value) ExportPriceRowModelfor the product.
-
Constructor Details
-
DefaultTmaPriceRowExportAdapter
public DefaultTmaPriceRowExportAdapter()
-
-
Method Details
-
init
public void init(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) Description copied from interface:TmaPriceRowExportAdapterInitialize the values for locale, collectionValueDelimiter, dateFormat, numberFormat etc.- Specified by:
initin interfaceTmaPriceRowExportAdapter- Parameters:
columnDescriptor- containing the values of above attributes given in impex
-
performExport
Description copied from interface:TmaPriceRowExportAdapterExportPriceRowModelfor the product.- Specified by:
performExportin interfaceTmaPriceRowExportAdapter- Parameters:
value- list of price row for the product
-
joinAndEscape
-
exportValue
-
getDateFormatString
protected String getDateFormatString(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) -
getNumberFormatString
protected String getNumberFormatString(de.hybris.platform.impex.jalo.header.SpecialColumnDescriptor columnDescriptor) -
getNumberFormat
-
getDateFormat
-