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