@Component public class DataQueryGroupManager extends AbstractSurveyObjectManager<Integer,DataQueryGroup,DataQueryGroupDao>
dao| Constructor and Description |
|---|
DataQueryGroupManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DataQueryGroup group) |
void |
deleteBySurvey(CollectSurvey survey) |
protected void |
initializeItem(DataQueryGroup group) |
Set<DataQueryGroup> |
loadByQuery(DataQuery query) |
DataQueryGroup |
save(DataQueryGroup group,
User activeUser) |
deleteById, initializeItems, loadAll, loadById, loadById, loadBySurveygetDao, setDaopublic Set<DataQueryGroup> loadByQuery(DataQuery query)
@Transactional public DataQueryGroup save(DataQueryGroup group, User activeUser)
save in interface ItemManager<DataQueryGroup,Integer>save in class AbstractSurveyObjectManager<Integer,DataQueryGroup,DataQueryGroupDao>@Transactional public void delete(DataQueryGroup group)
delete in interface ItemManager<DataQueryGroup,Integer>delete in class AbstractSurveyObjectManager<Integer,DataQueryGroup,DataQueryGroupDao>public void deleteBySurvey(CollectSurvey survey)
deleteBySurvey in class AbstractSurveyObjectManager<Integer,DataQueryGroup,DataQueryGroupDao>protected void initializeItem(DataQueryGroup group)
initializeItem in class AbstractSurveyObjectManager<Integer,DataQueryGroup,DataQueryGroupDao>Copyright © 2020 Open Foris. All rights reserved.