Class ExternalImportKeyCellDecorator
java.lang.Object
de.hybris.platform.impex.jalo.header.AbstractImpExCSVCellDecorator
de.hybris.platform.impex.jalo.header.ExternalImportKeyCellDecorator
- All Implemented Interfaces:
CSVCellDecorator
Replaces given PK with one from ExternalImportKey or ignores column if ExternalImportKey for given PK does not exist.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.impex.jalo.header.AbstractImpExCSVCellDecorator
getColumnDescriptor, init
-
Constructor Details
-
ExternalImportKeyCellDecorator
public ExternalImportKeyCellDecorator()
-
-
Method Details
-
decorate
Description copied from interface:CSVCellDecoratorDecorates and returns the parsed attribute value. The value can be gathered from givensrcLinemap by accessing element with givenpositionkey.- Parameters:
position- element key for given map where the parsed value to decorate is locatedsrcLine- map containing whole parsed value line- Returns:
- decorated attribute value
-