|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportException | |
---|---|
jdbreport | |
jdbreport.design.model | |
jdbreport.model | |
jdbreport.model.io | |
jdbreport.source |
Uses of ReportException in jdbreport |
---|
Methods in jdbreport that throw ReportException | |
---|---|
byte[] |
ReportService.getReportBuf(URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
|
void |
ReportService.writeReport(OutputStream out,
URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
|
Uses of ReportException in jdbreport.design.model |
---|
Methods in jdbreport.design.model that throw ReportException | |
---|---|
boolean |
KeyComparator.compare(GroupKey groupKey)
|
protected Cell |
TemplateBook.generateCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
protected Cell |
TemplateBook.generateDetailCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
protected Cell |
TemplateBook.generateHeaderFooterCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
String |
Expression.getFormatValue()
Returns a formatted string |
Object |
TextExpression.getValue()
|
Object |
Expression.getValue()
The meaning of the expression |
void |
KeyComparator.init(GroupKey groupKey)
|
void |
CellFunction.run()
Runs the current function do not use this method directly |
void |
AbstractCellFunction.runFunction(String functionName)
|
void |
CellFunction.runFunction(String functionName)
Runs function by functionName in current cell |
void |
AbstractCellFunction.runFunction(String functionName,
int row,
int column)
|
void |
CellFunction.runFunction(String functionName,
int row,
int column)
Runs function in cell by row and column by functionName row and column must be less or equal current row and column |
Uses of ReportException in jdbreport.model |
---|
Methods in jdbreport.model that throw ReportException | |
---|---|
boolean |
DetailGroup.changeGroupKey(KeyComparator keyComparator)
|
void |
DetailGroup.initGroupKey(KeyComparator keyComparator)
|
void |
DetailGroup.replaceDataSet(BufferedDataSet ds)
|
void |
DetailGroup.updateDataSet(Map<String,BufferedDataSet> map)
|
Uses of ReportException in jdbreport.model.io |
---|
Subclasses of ReportException in jdbreport.model.io | |
---|---|
class |
LoadReportException
|
class |
SaveReportException
|
Uses of ReportException in jdbreport.source |
---|
Methods in jdbreport.source that throw ReportException | |
---|---|
Collection<String> |
ReflectDataSet.getColumnNames()
|
Collection<String> |
MapDataSet.getColumnNames()
|
Collection<String> |
JdbcDataSet.getColumnNames()
|
Collection<String> |
ReportDataSet.getColumnNames()
Returns names' collection of columns or properties |
Collection<String> |
BufferedDataSet.getColumnNames()
|
Object |
BufferedDataSet.getNextValue(String name)
|
and.dbcomp.DataSetParams |
JdbcDataSet.getParams()
|
and.dbcomp.DataSetParams |
ReportDataSet.getParams()
Returns parameters |
and.dbcomp.DataSetParams |
BufferedDataSet.getParams()
|
and.dbcomp.DataSetParams |
AbstractDataSet.getParams()
|
Object |
JdbcDataSet.getValue(int index)
|
Object |
ReflectDataSet.getValue(String name)
|
Object |
MapDataSet.getValue(String name)
|
Object |
JdbcDataSet.getValue(String name)
|
Object |
ReportDataSet.getValue(String name)
Returns value from the current record (object) by the name |
Object |
BufferedDataSet.getValue(String name)
|
boolean |
ArrayDataSet.next()
|
boolean |
JdbcDataSet.next()
|
boolean |
ReportDataSet.next()
Moves the cursor on the next record (object) in the DataSet |
boolean |
IteratorDataSet.next()
|
boolean |
BufferedDataSet.next()
|
boolean |
AbstractDataSet.next()
|
void |
JdbcDataSet.open()
|
void |
BufferedDataSet.open()
|
boolean |
ArrayDataSet.reopen()
|
boolean |
IterableDataSet.reopen()
Reopens the DataSet when the MasterDataSet changes parameters |
boolean |
MapDataSet.reopen()
|
boolean |
JdbcDataSet.reopen()
|
boolean |
ReportDataSet.reopen()
Reopens the DataSet when the MasterDataSet changes parameters |
boolean |
IteratorDataSet.reopen()
Does nothing |
boolean |
BufferedDataSet.reopen()
|
boolean |
ObjectDataSet.reopen()
Does nothing |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |