@Component(value="dataCleansingStepDao") @Transactional public class DataCleansingStepDao extends DataCleansingItemDao<DataCleansingStep,DataCleansingStepDao.JooqDSLContext>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataCleansingStepDao.JooqDSLContext |
JooqDaoSupport.CollectStoreQuery, JooqDaoSupport.CollectStoreQueryBufferjooqFactoryClassdsl, log| Constructor and Description |
|---|
DataCleansingStepDao() |
| Modifier and Type | Method and Description |
|---|---|
static Select<Record1<Integer>> |
createQueryIdsSelect(DSLContext dsl,
CollectSurvey survey) |
void |
deleteBySurvey(CollectSurvey survey) |
void |
deleteStepValues(CollectSurvey survey) |
void |
deleteStepValues(int stepId) |
void |
insertStepValues(int stepId,
List<DataCleansingStepValue> values) |
List<DataCleansingStep> |
loadByQuery(DataQuery query) |
List<DataCleansingStep> |
loadBySurvey(CollectSurvey survey) |
dsl, insert, loadById, updatedelete, deleteByIds, dsl, findContaining, findStartingWith, getConfiguration, loadAll, loadByIdgetLog, isConstraintViolation, setDsl, toTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, loadAllpublic static Select<Record1<Integer>> createQueryIdsSelect(DSLContext dsl, CollectSurvey survey)
public List<DataCleansingStep> loadBySurvey(CollectSurvey survey)
loadBySurvey in class SurveyObjectMappingJooqDaoSupport<Integer,DataCleansingStep,DataCleansingStepDao.JooqDSLContext>public void deleteBySurvey(CollectSurvey survey)
deleteBySurvey in class SurveyObjectMappingJooqDaoSupport<Integer,DataCleansingStep,DataCleansingStepDao.JooqDSLContext>public List<DataCleansingStep> loadByQuery(DataQuery query)
public void insertStepValues(int stepId,
List<DataCleansingStepValue> values)
public void deleteStepValues(int stepId)
public void deleteStepValues(CollectSurvey survey)
Copyright © 2020 Open Foris. All rights reserved.