Uses of Class
org.openforis.collect.datacleansing.DataReportItem
Packages that use DataReportItem
Package
Description
-
Uses of DataReportItem in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataReportItemMethods in org.openforis.collect.datacleansing with parameters of type DataReportItemModifier and TypeMethodDescriptionvoidDataReport.addItem(DataReportItem item) voidDataReport.removeItem(DataReportItem item) Method parameters in org.openforis.collect.datacleansing with type arguments of type DataReportItem -
Uses of DataReportItem in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller with parameters of type DataReportItemModifier and TypeMethodDescriptionDataReportController.CollectEarthCSVWriterDataReportItemProcessor.determineExtraValues(DataReportItem item) 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 -
Uses of DataReportItem in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataReportItemModifier and TypeMethodDescriptionDataReportManager.loadItems(DataReport report) DataReportManager.loadItems(DataReport report, Integer offset, Integer limit) Method parameters in org.openforis.collect.datacleansing.manager with type arguments of type DataReportItemModifier and TypeMethodDescriptionvoidDataReportManager.saveItems(DataReport report, List<DataReportItem> items) -
Uses of DataReportItem in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataReportItemModifier and TypeMethodDescriptionDataReportItemDao.JooqDSLContext.fromRecord(Record r) protected DataReportItemDataReportItemDao.JooqDSLContext.newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataReportItemModifier and TypeMethodDescriptionDataReportItemDao.loadByReport(DataReport report) DataReportItemDao.loadByReport(DataReport report, Integer offset, Integer limit) Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataReportItemModifier and TypeMethodDescriptionObject[]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 DataReportItemModifier and TypeMethodDescriptionvoidDataReportItemDao.insert(DataReport report, List<DataReportItem> items)