Class DataQueryTypeController
java.lang.Object
org.openforis.collect.web.controller.BasicController
org.openforis.collect.web.controller.AbstractPersistedObjectEditFormController<Integer,DataQueryType,DataQueryTypeForm,DataQueryTypeManager>
org.openforis.collect.web.controller.AbstractSurveyObjectEditFormController<Integer,DataQueryType,DataQueryTypeForm,DataQueryTypeManager>
org.openforis.collect.datacleansing.controller.DataQueryTypeController
@Controller
@Scope("session")
@RequestMapping("api/datacleansing/dataquerytypes")
public class DataQueryTypeController
extends AbstractSurveyObjectEditFormController<Integer,DataQueryType,DataQueryTypeForm,DataQueryTypeManager>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openforis.collect.web.controller.AbstractPersistedObjectEditFormController
AbstractPersistedObjectEditFormController.SimpleFormUpdateResponse -
Field Summary
Fields inherited from class org.openforis.collect.web.controller.AbstractSurveyObjectEditFormController
sessionManagerFields inherited from class org.openforis.collect.web.controller.AbstractPersistedObjectEditFormController
itemManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataQueryTypeFormprotected DataQueryTypecreateItemInstance(CollectSurvey survey) protected voidinitBinder(org.springframework.web.bind.WebDataBinder binder) Methods inherited from class org.openforis.collect.web.controller.AbstractSurveyObjectEditFormController
createItemInstance, getActiveSurvey, loadAllItems, loadItem, loadOrCreateItemMethods inherited from class org.openforis.collect.web.controller.AbstractPersistedObjectEditFormController
copyFormIntoItem, createErrorResponse, createFormInstances, delete, duplicate, getLoggedUser, insert, load, loadAll, save, setItemManager, update, validateMethods inherited from class org.openforis.collect.web.controller.BasicController
generateFormValidationResponse, getSessionState
-
Constructor Details
-
DataQueryTypeController
public DataQueryTypeController()
-
-
Method Details
-
initBinder
@InitBinder protected void initBinder(org.springframework.web.bind.WebDataBinder binder) -
createFormInstance
- Specified by:
createFormInstancein classAbstractPersistedObjectEditFormController<Integer,DataQueryType, DataQueryTypeForm, DataQueryTypeManager>
-
createItemInstance
- Specified by:
createItemInstancein classAbstractSurveyObjectEditFormController<Integer,DataQueryType, DataQueryTypeForm, DataQueryTypeManager>
-