org.kuali.student.enrollment.class2.population.controller
Class PopulationController

java.lang.Object
  extended by org.kuali.rice.krad.web.controller.UifControllerBase
      extended by org.kuali.rice.krad.web.controller.DocumentControllerBase
          extended by org.kuali.rice.krad.web.controller.MaintenanceDocumentController
              extended by org.kuali.student.enrollment.class2.population.controller.PopulationController

@Controller
@RequestMapping(value="/population")
public class PopulationController
extends MaintenanceDocumentController

This class is a basic controller for managing Populations. The two custom methods set values on the wrapper based on if the population is rule based or not.

Author:
Kuali Student Team

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.controller.MaintenanceDocumentController
LOG
 
Fields inherited from class org.kuali.rice.krad.web.controller.DocumentControllerBase
DOCUMENT_LOAD_COMMANDS
 
Constructor Summary
PopulationController()
           
 
Method Summary
 ModelAndView createByCombiningPopulations(MaintenanceDocumentForm form, BindingResult result, HttpServletRequest request, HttpServletResponse response)
           
 ModelAndView createByRule(MaintenanceDocumentForm form, BindingResult result, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.kuali.rice.krad.web.controller.MaintenanceDocumentController
createInitialForm, docHandler, getMaintenanceDocumentService, maintenanceCopy, maintenanceEdit, maintenanceNewWithExisting, route, setupMaintenance, start
 
Methods inherited from class org.kuali.rice.krad.web.controller.DocumentControllerBase
acknowledge, approve, blanketApprove, buildAuthorizationException, cancel, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, downloadAttachment, fyi, getAttachmentService, getBusinessObjectService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, setBusinessObjectService, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, supervisorFunctions
 
Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase
addBlankLine, addLine, checkForm, checkViewAuthorization, close, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, showDialog, toggleInactiveRecordDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationController

public PopulationController()
Method Detail

createByRule

@RequestMapping(params="methodToCall=createByRule")
public ModelAndView createByRule(@ModelAttribute(value="KualiForm")
                                                      MaintenanceDocumentForm form,
                                                      BindingResult result,
                                                      HttpServletRequest request,
                                                      HttpServletResponse response)
                          throws Exception
Throws:
Exception

createByCombiningPopulations

@RequestMapping(params="methodToCall=createByCombiningPopulations")
public ModelAndView createByCombiningPopulations(@ModelAttribute(value="KualiForm")
                                                                      MaintenanceDocumentForm form,
                                                                      BindingResult result,
                                                                      HttpServletRequest request,
                                                                      HttpServletResponse response)
                                          throws Exception
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.