getProperties() All properties of an IReportConnection are stored in a XML file as Pair key/value
This HashMap must contain all the properties that the IReportConnection must save in the
XML.
IReport will store the content of this HashMap in the XML.
loadProperties(java.util.HashMap map) All properties of a IReportConnection are stored in a XML file as Pair key/value
This HashMap contains all the properties found for this IReportConnection in the
XML.
This method is call after the datasource is used to dispose special parameters
(i.e. closing an Hibernate session create as parameter with a getSpecialParameters...
All properties of an IReportConnection are stored in a XML file as Pair key/value
This HashMap must contain all the properties that the IReportConnection must save in the
XML.
IReport will store the content of this HashMap in the XML. Please note that all the values
and keys will be casted to String!
All properties of a IReportConnection are stored in a XML file as Pair key/value
This HashMap contains all the properties found for this IReportConnection in the
XML. You must use this hashMap to initialize all attributes of your IReprotConnection
This method is used to test the configuration. To throw an exception if the test fails is not mandatory
and anyway the exception will be ignored.
The method is responsible to show error messages it the test has success or fails!!