org.kuali.student.enrollment.class2.population.controller
Class PopulationController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.web.controller.DocumentControllerBase
org.kuali.rice.krad.web.controller.MaintenanceDocumentController
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
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 |
PopulationController
public PopulationController()
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.