Uses of Class
org.openforis.collect.datacleansing.DataReportItem
-
-
Uses of DataReportItem in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataReportItem Modifier and Type Method Description List<DataReportItem>DataReport. getItems()Methods in org.openforis.collect.datacleansing with parameters of type DataReportItem Modifier and Type Method Description voidDataReport. addItem(DataReportItem item)voidDataReport. removeItem(DataReportItem item)Method parameters in org.openforis.collect.datacleansing with type arguments of type DataReportItem Modifier and Type Method Description voidDataReport. setItems(List<DataReportItem> items) -
Uses of DataReportItem in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller with parameters of type DataReportItem Modifier and Type Method Description protected List<String>DataReportController.CollectEarthCSVWriterDataReportItemProcessor. determineExtraValues(DataReportItem item)protected List<String>DataReportController.GroupedByRecordCSVWriterDataReportItemProcessor. determineExtraValues(DataReportItem item)voidDataReportController.GroupedByRecordCSVWriterDataReportItemProcessor. process(DataReportItem item) -
Uses of DataReportItem in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataReportItem Constructor Description DataReportItemForm(DataReportItem obj) -
Uses of DataReportItem in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataReportItem Modifier and Type Method Description List<DataReportItem>DataReportManager. loadItems(DataReport report)List<DataReportItem>DataReportManager. loadItems(DataReport report, Integer offset, Integer limit)Method parameters in org.openforis.collect.datacleansing.manager with type arguments of type DataReportItem Modifier and Type Method Description voidDataReportManager. saveItems(DataReport report, List<DataReportItem> items) -
Uses of DataReportItem in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataReportItem Modifier and Type Method Description DataReportItemDataReportItemDao.JooqDSLContext. fromRecord(Record r)protected DataReportItemDataReportItemDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataReportItem Modifier and Type Method Description List<DataReportItem>DataReportItemDao. loadByReport(DataReport report)List<DataReportItem>DataReportItemDao. loadByReport(DataReport report, Integer offset, Integer limit)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataReportItem Modifier and Type Method Description Object[]DataReportItemDao.JooqDSLContext. extractValues(DataReportItem item)protected voidDataReportItemDao.JooqDSLContext. fromObject(DataReportItem o, StoreQuery<?> q)Method parameters in org.openforis.collect.datacleansing.persistence with type arguments of type DataReportItem Modifier and Type Method Description voidDataReportItemDao. insert(DataReport report, List<DataReportItem> items)
-