public class WkFgReport extends Object
| Constructor and Description |
|---|
WkFgReport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createAllReports(String directory,
String expression,
boolean shortVersion)
Creates all wk_fg reports and saves the files in the given directory.
|
static void |
createReport(String fileToSave,
de.cismet.cids.dynamics.CidsBean cidsBean)
Creates the report for the given cids bean and saves the file in the given directory.
|
static void |
createReport(String directory,
de.cismet.cids.dynamics.CidsBean cidsBean,
Executor executor,
boolean shortVersion)
Creates the report for the given cids bean and saves the file in the given directory.
|
static Collection<de.cismet.cids.dynamics.CidsBean> |
getMassnahmen(int id)
DOCUMENT ME!
|
static Collection<de.cismet.cids.dynamics.CidsBean> |
getMassnahmenRunning(int id)
DOCUMENT ME!
|
static Collection<de.cismet.cids.dynamics.CidsBean> |
getMassnahmenUmgesetzt(int id)
DOCUMENT ME!
|
static void |
main(String[] args)
DOCUMENT ME!
|
static void |
showReport(de.cismet.cids.dynamics.CidsBean cidsBean)
DOCUMENT ME!
|
public static void showReport(de.cismet.cids.dynamics.CidsBean cidsBean)
cidsBean - DOCUMENT ME!public static void createReport(String directory, de.cismet.cids.dynamics.CidsBean cidsBean, Executor executor, boolean shortVersion)
directory - the directory to save the reportscidsBean - the report will be created for this wk_fg beanexecutor - the report thread will be executed with this executor, if it is not nullshortVersion - DOCUMENT ME!public static void createReport(String fileToSave, de.cismet.cids.dynamics.CidsBean cidsBean) throws Exception
fileToSave - directory fileName directory the directory to save the reportscidsBean - the report will be created for this wk_fg beanException - DOCUMENT ME!public static void createAllReports(String directory, String expression, boolean shortVersion)
directory - the directory to save the reportsexpression - DOCUMENT ME!shortVersion - DOCUMENT ME!public static Collection<de.cismet.cids.dynamics.CidsBean> getMassnahmen(int id)
id - DOCUMENT ME!public static Collection<de.cismet.cids.dynamics.CidsBean> getMassnahmenRunning(int id)
id - DOCUMENT ME!public static Collection<de.cismet.cids.dynamics.CidsBean> getMassnahmenUmgesetzt(int id)
id - DOCUMENT ME!public static void main(String[] args)
args - the command line argumentsCopyright © 2012–2026 cismet GmbH. All rights reserved.