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.Stringdecorate(int position, java.util.Map<java.lang.Integer,java.lang.String> impexLine)Decorates and returns the parsed attribute value.protected CatalogVersionServicegetCatalogVersionService()protected FlexibleSearchServicegetFlexibleSearchService()
-
-
-
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: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
-
-