Class DataCollectionMultiSelectToMultiSelectionValueConverter

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionMultiSelectToMultiSelectionValueConverter

public class DataCollectionMultiSelectToMultiSelectionValueConverter extends DataCollectionValueConverter
Convert the old MultiSelect node value into the new MultiSelection one .
Since:
13.0
  • Constructor Details

    • DataCollectionMultiSelectToMultiSelectionValueConverter

      public DataCollectionMultiSelectToMultiSelectionValueConverter()
  • Method Details

    • convertBody

      public void convertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) throws Exception
      Contains the logic to convert the Old MultiSelect node value.
      It reads the old csv string value splitting it into a Set of String.
      Specified by:
      convertBody in class DataCollectionValueConverter
      Parameters:
      oldSheet - the old node
      newNode - the new node
      Throws:
      Exception - the exception