public class PrintingPreparer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
PrintingPreparer(Report _report,
BO[] _bos)
Parses the info from the "AnkerDefinition" XML and accordingly gets and adds
interactive parameters, sorts _bos and adds scripted attributes to the
schema.
|
PrintingPreparer(Report _report,
BO[] _bos,
java.util.Map _mapParameters) |
PrintingPreparer(Report _report,
BO[] _bos,
java.util.Map _mapParameters,
Benutzer _ben) |
PrintingPreparer(Report _report,
BO[] _bos,
java.util.Map _mapParameters,
Benutzer _ben,
boolean _inplace) |
Modifier and Type | Method and Description |
---|---|
BO[] |
getBOs() |
java.util.Map |
getParameters() |
Report |
getReport() |
void |
setBOs(BO[] _bos) |
public PrintingPreparer(Report _report, BO[] _bos)
_report
- the Report to prepare printing for_bos
- the BOs to prepare for printing_mapParameters
- the Map with parameters to use during printing_ben
- the Benutzer that is printing_inplace
- if passed as true, the passed BOs are used "as is" and not frapped with an instrumented instance of their BOLoader.
This allows printing of unsaved data but poses the risk of data being modified in the report, as the BOs are not cloned for the
report anymore.public PrintingPreparer(Report _report, BO[] _bos, java.util.Map _mapParameters, Benutzer _ben)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.