Class MarketplaceCellDecorator
java.lang.Object
de.hybris.platform.marketplaceaddon.decorator.MarketplaceCellDecorator
- All Implemented Interfaces:
CSVCellDecorator
An implementation for resolving that multiple extensions want to insert action to a same component.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MarketplaceCellDecorator
public MarketplaceCellDecorator()
-
-
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.- Specified by:
decoratein interfaceCSVCellDecorator- Parameters:
position- element key for given map where the parsed value to decorate is locatedimpexLine- map containing whole parsed value line- Returns:
- decorated attribute value
-