All the code that is now in FixedTimeScheduler was once in this class, but for
backward compatibility reasons and because one day we might need to add some
alarm system specific functionality this class is kept.
Note: We might have seperate classes for the "simple ones" that check for
general BO change/creation/deletion and script but I think that's a little too
much effort; the aenderungsTypCode approach used here works fine as well.
Eine Rechnungsperiode (oder welche Periode auch immer)
Hier geht es um das Problem, einen Zeitraum, welcher Ausdehnung auch immer,
in gleich grosse Stuecke zur Einzelerfassung zu zerteilen und somit iterativ
berechenbar zu machen.
Constructor that does nothing (apart from creating a new object instance :-)
(Currently) only supplied so we can easily call getBOTName() in the
Factories' constructors and similar cases.
Renders a PDF using the (MyTISM-)Report _report and the compiled
JasperReport _jr for the BOs _bos into the file _file with the
parameter from HashMap _mapParameters.
Convenience version of createPDFFile(...) if only one BO _bo should be used
and which will automatically compile the needed JasperReport from the given
(MyTISM-)Report _report.
Renders an XLS file using the (MyTISM-)Report _report and the compiled
JasperReport _jr for the BOs _bos into the file _file with the
parameter from HashMap _mapParameters.
Convenience version of createXLSFile(...) if only one BO _bo should be used
and which will automatically compile the needed JasperReport from the given
(MyTISM-)Report _report.
FIXME given the fact that some message subtypes already require special
additional data we probably should create real subclasses of this class
for at least those subtypes.
BasicComboBoxRenderer descendant for BOs which uses BO.describe( format ) for
"rendering" the label texts for the ComboBox entries if the value is a BO and
otherwise just uses super.getText(...).
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
BasicComboBoxRenderer descendant for BOs which can hold a custom label for the
null entry and otherwise just uses String.valueOf( entryValue ) to get the
label text.
Utility "application" that allows command line access to the
AdministrativeFeatureManager functionality for initialising
license keystores and creating licenses.
Interface mainly used for build process reasons as using the feature system
should be possible even for the most basic classes when the actual feature
system classes may not already have been built.
Called when a feature just became no longer available (that is its LicenseI
was removed from system, the ending date of its validity period arrived, or
whatever).