Uses of Class
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
Packages that use DataCollectionValueConverter
Package
Description
-
Uses of DataCollectionValueConverter in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet with type parameters of type DataCollectionValueConverterModifier and TypeMethodDescription<T extends DataCollectionValueConverter>
voidDataCollectionValueConverterBucket.registerValueConverter(Long nodeType, Class<T> nodeConverterClass) Allow to register a new Value Converter for old node typeMethods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet that return DataCollectionValueConverterModifier and TypeMethodDescriptionDataCollectionValueConverterBucket.getValueConverter(Long nodeType) Get the Value Converter for old node type -
Uses of DataCollectionValueConverter in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node
Subclasses of DataCollectionValueConverter in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.nodeModifier and TypeClassDescriptionclassConvert the old Attachment node value into the new one.classConvert the old Barcode node value into the new one.classConvert the old Boolean node value into the new Boolean one.classConvert the old Combobox node value into the new Selection one.classConvert the old Coordinate node value into the new one.classConvert the old Date node value into the new one.classConvert the old Double node value into the new one.classConvert the old Euro node value into the new one.classConvert the old MultiSelect node value into the new MultiSelection one .classConvert the old Number node value into the new Long one.classConvert the old Signature node value into the new one.classConvert the old Time node value into the new one.classThis class is used to manage the discarded node that do not have any value to convert.classConvert the old Varchar node value into the new Text one.