Class ConsignmentTrackingCellDecorator

java.lang.Object
de.hybris.platform.consignmenttrackingaddon.decorator.ConsignmentTrackingCellDecorator
All Implemented Interfaces:
CSVCellDecorator

public class ConsignmentTrackingCellDecorator extends Object implements CSVCellDecorator
A implementation for resolving that multiple extensions want to insert action to a same component.
  • Constructor Details

    • ConsignmentTrackingCellDecorator

      public ConsignmentTrackingCellDecorator()
  • Method Details

    • 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