@Controller @RequestMapping(value="/holidayCalendar") public class HolidayCalendarController extends UifControllerBase
HolidayCalendarView.xml
and its subviews HolidayCalendarEditPage.xml, HolidayCalendarCopyPage.xml, and HolidayCalendarViewPage.xml| Constructor and Description |
|---|
HolidayCalendarController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
addLine(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is the add action when the add button is pushed in the Holiday calendar edit/create page.
|
org.springframework.web.servlet.ModelAndView |
copy(HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on Copy Holiday Calendar in the Calendar copy page.
|
org.springframework.web.servlet.ModelAndView |
copyForNew(HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on Copy button in the Calendar Search page with Holiday calendar selected.
|
protected KSUifForm |
createInitialForm(HttpServletRequest httpServletRequest) |
org.springframework.web.servlet.ModelAndView |
delete(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on Delete Draft in the holidayCalendarCopyPage.
|
org.springframework.web.servlet.ModelAndView |
deleteHoliday(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on delete button in the Holiday calendar edit page.
|
org.springframework.web.servlet.ModelAndView |
makeOfficial(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Method used to set HC official
This is called when the Make Official button is pushed in the Holiday calendar create page.
|
org.springframework.web.servlet.ModelAndView |
save(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Method used to save HC
This is the add action when the Update Official button is pushed in the Holiday calendar edit/create page.
|
org.springframework.web.servlet.ModelAndView |
search(HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
redirect to search Calendar page
This is called when the user clicked on 'Choose a Different Calendar' action link in the create Holiday Calendar page.
|
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is starting page before we enter any Holiday management activities.
|
org.springframework.web.servlet.ModelAndView |
startNew(HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on Create Holiday Calendar link.
|
org.springframework.web.servlet.ModelAndView |
toCopy(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
toCreate(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This is called when the user clicked on Start a blank calendar instead? action link in the create Holiday Calendar page.
|
org.springframework.web.servlet.ModelAndView |
toEdit(HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
addBlankLine, 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, tableXmlRetrievalpublic HolidayCalendarController()
protected KSUifForm createInitialForm(HttpServletRequest httpServletRequest)
createInitialForm in class UifControllerBase@RequestMapping(method=POST,
params="methodToCall=addLine")
public org.springframework.web.servlet.ModelAndView addLine(@ModelAttribute(value="KualiForm")
UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
addLine in class UifControllerBaseform - result - request - response - @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 UifControllerBaseform - result - request - response - @RequestMapping(method=GET,
params="methodToCall=startNew")
public org.springframework.web.servlet.ModelAndView startNew(@ModelAttribute(value="KualiForm")
HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
form - result - request - response - @RequestMapping(method=GET,
params="methodToCall=copyForNew")
public org.springframework.web.servlet.ModelAndView copyForNew(@ModelAttribute(value="KualiForm")
HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
form - result - request - response - @RequestMapping(method=POST,
params="methodToCall=copy")
public org.springframework.web.servlet.ModelAndView copy(@ModelAttribute(value="KualiForm")
HolidayCalendarForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
form - result - request - response - @RequestMapping(params="methodToCall=search") public org.springframework.web.servlet.ModelAndView search(@ModelAttribute(value="KualiForm") HolidayCalendarForm form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
form - result - request - response - Exception@RequestMapping(params="methodToCall=toCreate") public org.springframework.web.servlet.ModelAndView toCreate(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
hcForm - result - request - response - @RequestMapping(params="methodToCall=toEdit") public org.springframework.web.servlet.ModelAndView toEdit(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
@RequestMapping(params="methodToCall=toCopy") public org.springframework.web.servlet.ModelAndView toCopy(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
@RequestMapping(params="methodToCall=save") public org.springframework.web.servlet.ModelAndView save(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
hcForm - result - request - response - Exception@RequestMapping(params="methodToCall=delete") public org.springframework.web.servlet.ModelAndView delete(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
hcForm - result - request - response - Exception@RequestMapping(params="methodToCall=makeOfficial") public org.springframework.web.servlet.ModelAndView makeOfficial(@ModelAttribute(value="KualiForm") HolidayCalendarForm hcForm, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
hcForm - result - request - response - Exception@RequestMapping(method=POST,
params="methodToCall=deleteHoliday")
public org.springframework.web.servlet.ModelAndView deleteHoliday(@ModelAttribute(value="KualiForm")
HolidayCalendarForm hcForm,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
hcForm - result - request - response - Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.