Methods in org.hibersap.conversion that throw ConversionException |
java.lang.Object |
DefaultConverter.convertToJava(java.lang.Object sapValue)
|
java.lang.Object |
Converter.convertToJava(java.lang.Object sapValue)
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the
SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field. |
java.lang.Object |
CharConverter.convertToJava(java.lang.Object sapValue)
|
java.lang.Object |
BooleanConverter.convertToJava(java.lang.Object sapValue)
|
java.lang.Object |
DefaultConverter.convertToSap(java.lang.Object javaValue)
|
java.lang.Object |
Converter.convertToSap(java.lang.Object javaValue)
Convert the Java value of the corresponding BAPI class field to the data type as it is
expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo). |
java.lang.Object |
CharConverter.convertToSap(java.lang.Object javaValue)
|
java.lang.Object |
BooleanConverter.convertToSap(java.lang.Object javaValue)
|