Uses of Class
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConversionResult
Packages that use DataCollectionValueConversionResult
Package
Description
-
Uses of DataCollectionValueConversionResult in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet that return types with arguments of type DataCollectionValueConversionResultModifier and TypeMethodDescriptionDataCollectionSheetConversionResult.getValueConversionResults()Get the list of conversion result of each node.Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet with parameters of type DataCollectionValueConversionResultModifier and TypeMethodDescriptionvoidDataCollectionSheetConversionResult.addResult(DataCollectionValueConversionResult conversionResult) Add the value conversion result to the list and update the error, warning and total node count. -
Uses of DataCollectionValueConversionResult in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node that return DataCollectionValueConversionResultModifier and TypeMethodDescriptionDataCollectionValueConverter.convert(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) Manage the value conversion e the result creation.