Uses of Class
org.openforis.collect.datacleansing.DataReport
Packages that use DataReport
Package
Description
-
Uses of DataReport in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataReportConstructors in org.openforis.collect.datacleansing with parameters of type DataReport -
Uses of DataReport in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataReportModifier and TypeMethodDescriptionprotected DataReportDataReportController.createItemInstance(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.controller with parameters of type DataReportModifier and TypeMethodDescriptionprotected DataReportFormDataReportController.createFormInstance(DataReport item) -
Uses of DataReport in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataReport -
Uses of DataReport in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataReportMethods in org.openforis.collect.datacleansing.manager with parameters of type DataReportModifier and TypeMethodDescriptionintDataReportManager.countAffectedRecords(DataReport report) intDataReportManager.countItems(DataReport report) voidDataReportManager.delete(DataReport obj) protected voidDataReportManager.initializeItem(DataReport i) DataReportManager.loadItems(DataReport report) DataReportManager.loadItems(DataReport report, Integer offset, Integer limit) voidDataReportManager.saveItems(DataReport report, List<DataReportItem> items) -
Uses of DataReport in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataReportMethods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataReportModifier and TypeMethodDescriptionDataReportDao.loadByQueryGroup(DataQueryGroup queryGroup) DataReportDao.loadBySurvey(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataReportModifier and TypeMethodDescriptionintDataReportItemDao.countAffectedRecords(DataReport report) intDataReportItemDao.countItems(DataReport report) voidDataReportItemDao.deleteByReport(DataReport report) protected DataReportItemDao.JooqDSLContextDataReportItemDao.dsl(DataReport report) protected voidDataReportDao.JooqDSLContext.fromObject(DataReport o, StoreQuery<?> q) protected voidDataReportDao.JooqDSLContext.fromRecord(Record r, DataReport o) voidDataReportItemDao.insert(DataReport report, List<DataReportItem> items) DataReportItemDao.loadByReport(DataReport report) DataReportItemDao.loadByReport(DataReport report, Integer offset, Integer limit) Constructors in org.openforis.collect.datacleansing.persistence with parameters of type DataReport