Class MarketplaceLogisticCellDecorator

java.lang.Object
de.hybris.platform.chineselogisticaddon.decorator.MarketplaceLogisticCellDecorator
All Implemented Interfaces:
CSVCellDecorator

public class MarketplaceLogisticCellDecorator extends 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 Details

    • MarketplaceLogisticCellDecorator

      public MarketplaceLogisticCellDecorator()
  • Method Details

    • getFlexibleSearchService

      protected FlexibleSearchService getFlexibleSearchService()
    • getCatalogVersionService

      protected CatalogVersionService getCatalogVersionService()
    • decorate

      public String decorate(int position, Map<Integer,String> impexLine)
      Description copied from interface: CSVCellDecorator
      Decorates and returns the parsed attribute value. The value can be gathered from given srcLine map by accessing element with given position key.
      Specified by:
      decorate in interface CSVCellDecorator
      Parameters:
      position - element key for given map where the parsed value to decorate is located
      impexLine - map containing whole parsed value line
      Returns:
      decorated attribute value