Package com.saperion.ngc.favorites.convert
Package for favorites converter utility classes.
- Since:
- 0.0.7
-
Class Summary Class Description BooleanConverter Boolean data type converter.DataTypeConverter ConvertsSaValue
field types given by iForms to favorite specific string format and visa versa.DataTypeConverterFactory Factory creating data type converters.DateConverter Date data type converter.DoubleConverter Double data type converter.IntegerConverter Integer data type converter.LimitTypeConverter Converts iform specificLimitType
to favorite specificLimitType
and visa versa.MultiValueBooleanConverter Multi value boolean data type converter.MultiValueDataTypeConverter ConvertsSaValue
field types given by iForms to favorite specific string format and visa versa.MultiValueDateConverter Multi value date data type converter.MultiValueDoubleConverter Multi value double data type converter.MultiValueIntegerConverter Multi value integer data type converter.MultiValueStringConverter Multi value string data type converter.StringConverter String data type converter. -
Exception Summary Exception Description InvalidDataTypeException Thrown in case of unknown data type.