Methods in org.kuali.rice.krad.web.controller with parameters of type MaintenanceForm |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.maintenanceCopy(MaintenanceForm form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Setups a new MaintenanceView with the copy maintenance
action |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.maintenanceEdit(MaintenanceForm form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Setups a new MaintenanceView with the edit maintenance
action |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.maintenanceNewWithExisting(MaintenanceForm form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Setups a new MaintenanceView with the new with existing
maintenance action |
protected void |
MaintenanceDocumentController.setupMaintenance(MaintenanceForm form,
javax.servlet.http.HttpServletRequest request,
String maintenanceAction)
Sets up the MaintenanceDocument on initial get request |