| 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
 MaintenanceViewwith 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
 MaintenanceViewwith 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
 MaintenanceViewwith the new with existing
 maintenance action | 
| protected  void | MaintenanceDocumentController.setupMaintenance(MaintenanceForm form,
                                 javax.servlet.http.HttpServletRequest request,
                                 String maintenanceAction)Sets up the
 MaintenanceDocumenton initial get request |