Uses of Class
org.openforis.collect.datacleansing.DataReport
-
-
Uses of DataReport in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataReport Modifier and Type Method Description DataReportDataReportGeneratorJob. getReport()DataReportDataReportItem. getReport()Constructors in org.openforis.collect.datacleansing with parameters of type DataReport Constructor Description DataReportItem(DataReport report, DataQuery query) -
Uses of DataReport in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataReport Modifier and Type Method Description protected DataReportDataReportController. createItemInstance(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataReport Modifier and Type Method Description protected 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 Constructor Description DataReportForm(DataReport obj) -
Uses of DataReport in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataReport Modifier and Type Method Description List<DataReport>DataReportManager. loadByQueryGroup(DataQueryGroup queryGroup)Methods in org.openforis.collect.datacleansing.manager with parameters of type DataReport Modifier and Type Method Description intDataReportManager. countAffectedRecords(DataReport report)intDataReportManager. countItems(DataReport report)voidDataReportManager. delete(DataReport obj)protected voidDataReportManager. initializeItem(DataReport i)List<DataReportItem>DataReportManager. loadItems(DataReport report)List<DataReportItem>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 DataReport Modifier and Type Method Description protected DataReportDataReportDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataReport Modifier and Type Method Description List<DataReport>DataReportDao. loadByQueryGroup(DataQueryGroup queryGroup)List<DataReport>DataReportDao. loadBySurvey(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataReport Modifier and Type Method Description intDataReportItemDao. 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)List<DataReportItem>DataReportItemDao. loadByReport(DataReport report)List<DataReportItem>DataReportItemDao. loadByReport(DataReport report, Integer offset, Integer limit)Constructors in org.openforis.collect.datacleansing.persistence with parameters of type DataReport Constructor Description JooqDSLContext(Configuration config, DataReport report)
-