Class DataCollectionSignatureToSignatureValueConverter
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionSignatureToSignatureValueConverter
Convert the old Signature node value into the new 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 Signature node value.Methods inherited from class overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
convert
-
Constructor Details
-
DataCollectionSignatureToSignatureValueConverter
public DataCollectionSignatureToSignatureValueConverter()
-
-
Method Details
-
convertBody
public void convertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) throws Exception Contains the logic to convert the Old Signature node value.- Specified by:
convertBodyin classDataCollectionValueConverter- Parameters:
oldSheet- the old nodenewNode- the new node- Throws:
Exception- the exception
-