| Modifier and Type | Method and Description |
|---|---|
List<DataReportItem> |
DataReport.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReport.addItem(DataReportItem item) |
void |
DataReport.removeItem(DataReportItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReport.setItems(List<DataReportItem> items) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
DataReportController.GroupedByRecordCSVWriterDataReportItemProcessor.determineExtraValues(DataReportItem item) |
protected List<String> |
DataReportController.CollectEarthCSVWriterDataReportItemProcessor.determineExtraValues(DataReportItem item) |
void |
DataReportController.GroupedByRecordCSVWriterDataReportItemProcessor.process(DataReportItem item) |
| Constructor and Description |
|---|
DataReportItemForm(DataReportItem obj) |
| Modifier and Type | Method and Description |
|---|---|
List<DataReportItem> |
DataReportManager.loadItems(DataReport report) |
List<DataReportItem> |
DataReportManager.loadItems(DataReport report,
Integer offset,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReportManager.saveItems(DataReport report,
List<DataReportItem> items) |
| Modifier and Type | Method and Description |
|---|---|
DataReportItem |
DataReportItemDao.JooqDSLContext.fromRecord(Record r) |
protected DataReportItem |
DataReportItemDao.JooqDSLContext.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataReportItem> |
DataReportItemDao.loadByReport(DataReport report) |
List<DataReportItem> |
DataReportItemDao.loadByReport(DataReport report,
Integer offset,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
DataReportItemDao.JooqDSLContext.extractValues(DataReportItem item) |
protected void |
DataReportItemDao.JooqDSLContext.fromObject(DataReportItem o,
StoreQuery<?> q) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReportItemDao.insert(DataReport report,
List<DataReportItem> items) |
Copyright © 2021 Open Foris. All rights reserved.