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
Convert the old Boolean node value into the new Boolean one.
- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) Contains the logic to convert the Old Boolean node value.Methods inherited from class overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
convert
-
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:
convertBodyin classDataCollectionValueConverter- Parameters:
oldSheet- the old nodenewNode- the new node- Throws:
Exception- the exception
-