@Controller @RequestMapping(value="/scheduleOfClassesSearch") public class ScheduleOfClassesSearchController extends UifControllerBase
Constructor and Description |
---|
ScheduleOfClassesSearchController() |
Modifier and Type | Method and Description |
---|---|
protected UifFormBase |
createInitialForm(HttpServletRequest request) |
org.springframework.web.servlet.ModelAndView |
populateAOs(ScheduleOfClassesSearchForm theForm)
Populates the AOs and clusters when the user clicks on the disclosure at the CO display.
|
org.springframework.web.servlet.ModelAndView |
populateRegGroups(ScheduleOfClassesSearchForm theForm)
Populates the reg group when the user clicks on the disclosure at the CO display.
|
org.springframework.web.servlet.ModelAndView |
show(ScheduleOfClassesSearchForm theForm)
Method used to
Search for course offerings based on search parameters: term and courseCode/Title&Desc/Instructor/Department
|
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
addBlankLine, addLine, back, cancel, checkForm, checkViewAuthorization, createDataTablesPagingHelperInstance, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getUIFModelAndViewWithInit, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveOriginalComponent, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, showDialog, tableCsvRetrieval, tableJsonRetrieval, tableXlsRetrieval, tableXmlRetrieval
public ScheduleOfClassesSearchController()
protected UifFormBase createInitialForm(HttpServletRequest request)
createInitialForm
in class UifControllerBase
@RequestMapping(method=GET, params="methodToCall=start") public org.springframework.web.servlet.ModelAndView start(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
start
in class UifControllerBase
@RequestMapping(params="methodToCall=show") public org.springframework.web.servlet.ModelAndView show(@ModelAttribute(value="KualiForm") ScheduleOfClassesSearchForm theForm) throws Exception, DoesNotExistException, PermissionDeniedException, OperationFailedException
@RequestMapping(params="methodToCall=populateAOs") public org.springframework.web.servlet.ModelAndView populateAOs(@ModelAttribute(value="KualiForm") ScheduleOfClassesSearchForm theForm) throws Exception
theForm
- Exception
@RequestMapping(params="methodToCall=populateRegGroups") public org.springframework.web.servlet.ModelAndView populateRegGroups(@ModelAttribute(value="KualiForm") ScheduleOfClassesSearchForm theForm) throws Exception
theForm
- Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.