Class DataReportDao
- java.lang.Object
-
- org.openforis.collect.persistence.jooq.JooqDaoSupport
-
- org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<I,T,C>
-
- org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,T,C>
-
- org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataReport,DataReportDao.JooqDSLContext>
-
- org.openforis.collect.datacleansing.persistence.DataReportDao
-
- All Implemented Interfaces:
PersistedObjectDao<DataReport,Integer>
@Component("dataReportDao") @Transactional public class DataReportDao extends DataCleansingItemDao<DataReport,DataReportDao.JooqDSLContext>- Author:
- S. Ricci
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDataReportDao.JooqDSLContext-
Nested classes/interfaces inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
JooqDaoSupport.CollectStoreQuery, JooqDaoSupport.CollectStoreQueryBuffer
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.persistence.jooq.MappingJooqDaoSupport
jooqFactoryClass
-
Fields inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
dsl, log
-
-
Constructor Summary
Constructors Constructor Description DataReportDao()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static SelectConditionStep<Record1<Integer>>createDataReportIdsBySurveyQuery(CollectDSLContext dsl, CollectSurvey survey)voiddeleteBySurvey(CollectSurvey survey)List<DataReport>loadByQueryGroup(DataQueryGroup queryGroup)List<DataReport>loadBySurvey(CollectSurvey survey)-
Methods inherited from class org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport
dsl, insert, loadById, update
-
Methods inherited from class org.openforis.collect.persistence.jooq.MappingJooqDaoSupport
delete, deleteByIds, dsl, findContaining, findStartingWith, getConfiguration, loadAll, loadById, loadById
-
Methods inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
executeInBatch, getLog, isConstraintViolation, setDsl, toTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openforis.collect.persistence.PersistedObjectDao
delete, loadAll, loadById
-
-
-
-
Method Detail
-
loadBySurvey
public List<DataReport> loadBySurvey(CollectSurvey survey)
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataReport,DataReportDao.JooqDSLContext>
-
deleteBySurvey
public void deleteBySurvey(CollectSurvey survey)
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataReport,DataReportDao.JooqDSLContext>
-
loadByQueryGroup
public List<DataReport> loadByQueryGroup(DataQueryGroup queryGroup)
-
createDataReportIdsBySurveyQuery
protected static SelectConditionStep<Record1<Integer>> createDataReportIdsBySurveyQuery(CollectDSLContext dsl, CollectSurvey survey)
-
-