Class ChineseTaxInvoiceCellDecorator
java.lang.Object
de.hybris.platform.chinesetaxinvoiceaddon.decorator.ChineseTaxInvoiceCellDecorator
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionDecorates and returns the parsed attribute value.protected CatalogVersionServiceprotected FlexibleSearchService
-
Constructor Details
-
ChineseTaxInvoiceCellDecorator
public ChineseTaxInvoiceCellDecorator()
-
-
Method Details
-
getFlexibleSearchService
-
getCatalogVersionService
-
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
-