Class PeopleFlowController


@Controller @RequestMapping("/peopleFlowMaintenance") public class PeopleFlowController extends MaintenanceDocumentController
Controller for the people flow maintenance document
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • PeopleFlowController

      public PeopleFlowController()
  • Method Details

    • prepareTypeAttributes

      @RequestMapping(params="methodToCall=prepareTypeAttributes") public org.springframework.web.servlet.ModelAndView prepareTypeAttributes(@ModelAttribute("KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Invoked for the refresh of the type attributes group to prepare the type attribute bos for the peopleflow
      Throws:
      Exception