|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportDataSet | |
|---|---|
| jdbreport.design.model | |
| jdbreport.service | |
| jdbreport.source | |
| Uses of ReportDataSet in jdbreport.design.model |
|---|
| Methods in jdbreport.design.model that return ReportDataSet | |
|---|---|
ReportDataSet |
AbstractCellFunction.getDataSet(Object key)
|
ReportDataSet |
TemplateBook.getDataSet(Object key)
|
ReportDataSet |
CellFunction.getDataSet(Object alias)
Returns the ReportDataSet |
| Methods in jdbreport.design.model with parameters of type ReportDataSet | |
|---|---|
void |
TemplateBook.addReportDataSet(ReportDataSet ds)
|
void |
AbstractCellFunction.setDataSet(ReportDataSet ds)
|
void |
CellFunction.setDataSet(ReportDataSet ds)
|
| Uses of ReportDataSet in jdbreport.service |
|---|
| Methods in jdbreport.service that return ReportDataSet | |
|---|---|
ReportDataSet |
JDBReportService.createDataSet(String id,
Object ds)
|
| Methods in jdbreport.service that return types with arguments of type ReportDataSet | |
|---|---|
protected Collection<ReportDataSet> |
JDBReportService.createDataSets(Map<String,Object> dataSetList)
|
| Method parameters in jdbreport.service with type arguments of type ReportDataSet | |
|---|---|
ReportBook |
JDBReportService.createReportBook(URL templateUrl,
Collection<ReportDataSet> dataSetList,
Map<Object,Object> vars)
|
ReportBook |
JDBReportService.getReportBook(URL templateUrl,
Collection<ReportDataSet> dataSetList,
Map<Object,Object> vars)
|
byte[] |
JDBReportService.getReportBuf(URL templateUrl,
Collection<ReportDataSet> dataSetList,
Map<Object,Object> vars,
String format)
|
void |
JDBReportService.writeReport(OutputStream out,
URL templateUrl,
Collection<ReportDataSet> dataSetList,
Map<Object,Object> vars,
String format)
|
| Uses of ReportDataSet in jdbreport.source |
|---|
| Subinterfaces of ReportDataSet in jdbreport.source | |
|---|---|
interface |
MasterDataSet
|
| Classes in jdbreport.source that implement ReportDataSet | |
|---|---|
class |
AbstractDataSet
|
class |
ArrayDataSet
|
class |
BufferedDataSet
|
class |
IterableDataSet
|
class |
IteratorDataSet
|
class |
JdbcDataSet
|
class |
MapDataSet
|
class |
ObjectDataSet
|
class |
ReflectDataSet
|
| Constructors in jdbreport.source with parameters of type ReportDataSet | |
|---|---|
BufferedDataSet(ReportDataSet ds)
|
|
BufferedDataSet(ReportDataSet ds,
Map<Object,Object> vars)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||