Class DataQueryTypeManager
java.lang.Object
org.openforis.collect.manager.AbstractPersistedObjectManager<DataQueryType,Integer,DataQueryTypeDao>
org.openforis.collect.manager.AbstractSurveyObjectManager<Integer,DataQueryType,DataQueryTypeDao>
org.openforis.collect.datacleansing.manager.DataQueryTypeManager
- All Implemented Interfaces:
ItemManager<DataQueryType,Integer>
@Component("dataQueryTypeManager")
public class DataQueryTypeManager
extends AbstractSurveyObjectManager<Integer,DataQueryType,DataQueryTypeDao>
- Author:
- S. Ricci
-
Field Summary
Fields inherited from class org.openforis.collect.manager.AbstractPersistedObjectManager
dao -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(DataQueryType obj) loadByCode(CollectSurvey survey, String code) Methods inherited from class org.openforis.collect.manager.AbstractSurveyObjectManager
deleteById, deleteBySurvey, initializeItem, initializeItems, loadAll, loadById, loadById, loadBySurvey, saveMethods inherited from class org.openforis.collect.manager.AbstractPersistedObjectManager
getDao, setDao
-
Constructor Details
-
DataQueryTypeManager
public DataQueryTypeManager()
-
-
Method Details
-
loadByCode
-
delete
- Specified by:
deletein interfaceItemManager<DataQueryType,Integer> - Overrides:
deletein classAbstractSurveyObjectManager<Integer,DataQueryType, DataQueryTypeDao>
-