public class SaveControllerServiceImpl extends Object implements SaveControllerService
Constructor and Description |
---|
SaveControllerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
ModelAndViewService |
getModelAndViewService() |
org.springframework.web.servlet.ModelAndView |
save(UifFormBase form)
Save the form.
|
org.springframework.web.servlet.ModelAndView |
saveField(UifFormBase form)
Save the field of the form at the propertyName specified by saveFieldPath (in request params sent); the
field is already updated on the form at the time of this invocation.
|
void |
setModelAndViewService(ModelAndViewService modelAndViewService) |
public SaveControllerServiceImpl()
public org.springframework.web.servlet.ModelAndView save(UifFormBase form)
Save is not implemented by KRAD and must be overriden with an implementation to persist changes to a db. By default, this will just refresh the View.
save
in interface SaveControllerService
form
- the formpublic org.springframework.web.servlet.ModelAndView saveField(UifFormBase form)
SaveField is not implemented by KRAD and must be overriden with an implementation to persist changes to a db. By default, this will just refresh the field specified by updateComponentId.
saveField
in interface SaveControllerService
form
- the form with the updated fieldpublic ModelAndViewService getModelAndViewService()
public void setModelAndViewService(ModelAndViewService modelAndViewService)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.