Class ChineseLogisticCellDecorator
- java.lang.Object
-
- de.hybris.platform.chineselogisticaddon.decorator.ChineseLogisticCellDecorator
-
- All Implemented Interfaces:
CSVCellDecorator
public class ChineseLogisticCellDecorator extends java.lang.Object implements CSVCellDecorator
Intercept component to-be-inserted into order detail body content slot, put it into the desired position of the existing component sequence
-
-
Constructor Summary
Constructors Constructor Description ChineseLogisticCellDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
decorate(int position, java.util.Map<java.lang.Integer,java.lang.String> impexLine)
Decorates and returns the parsed attribute value.protected CatalogVersionService
getCatalogVersionService()
protected FlexibleSearchService
getFlexibleSearchService()
-
-
-
Method Detail
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
getCatalogVersionService
protected CatalogVersionService getCatalogVersionService()
-
decorate
public java.lang.String decorate(int position, java.util.Map<java.lang.Integer,java.lang.String> impexLine)
Description copied from interface:CSVCellDecorator
Decorates and returns the parsed attribute value. The value can be gathered from givensrcLine
map by accessing element with givenposition
key.- Specified by:
decorate
in 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
-
-