Class DataCollectionBooleanToBooleanValueConverter

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

public class DataCollectionBooleanToBooleanValueConverter extends DataCollectionValueConverter
Convert the old Boolean node value into the new Boolean one.
Since:
13.0
  • Constructor Details

    • DataCollectionBooleanToBooleanValueConverter

      public DataCollectionBooleanToBooleanValueConverter()
  • Method Details

    • convertBody

      public void convertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) throws Exception
      Contains the logic to convert the Old Boolean node value. A 0 (zero) value means false, true otherwise.
      Specified by:
      convertBody in class DataCollectionValueConverter
      Parameters:
      oldSheet - the old node
      newNode - the new node
      Throws:
      Exception - the exception