Class PromotionPriceRowsTranslator


  • public class PromotionPriceRowsTranslator
    extends CollectionValueTranslator
    ImpEx translator that parses price rows into a collection PriceRowList:=PriceRow[,PriceRowList] PriceRow:=Price Currency For example: 4.99 GBP,8.25 EUR
    • Constructor Detail

      • PromotionPriceRowsTranslator

        public PromotionPriceRowsTranslator()
    • Method Detail

      • getCollectionType

        protected static CollectionType getCollectionType()
      • splitAndUnescape

        protected java.util.List splitAndUnescape​(java.lang.String valueExpr)
        Support prices with commas in them
        Overrides:
        splitAndUnescape in class CollectionValueTranslator
        Parameters:
        valueExpr - the cell value
        Returns:
        the list of element tokens