@Controller @RequestMapping(value="/courseOfferingManagement") public class CourseOfferingManagementController extends UifControllerBase
Constructor and Description |
---|
CourseOfferingManagementController() |
addBlankLine, addLine, cancel, checkForm, checkViewAuthorization, close, deleteLine, getBooleanDialogResponse, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewResolver, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, renderView, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, setViewResolver, showDialog, toggleInactiveRecordDisplay
public CourseOfferingManagementController()
protected UifFormBase createInitialForm(HttpServletRequest request)
createInitialForm
in class UifControllerBase
@RequestMapping(params="methodToCall=start") public ModelAndView start(@ModelAttribute(value="KualiForm") UifFormBase form, BindingResult result, HttpServletRequest request, HttpServletResponse response)
start
in class UifControllerBase
@RequestMapping(params="methodToCall=show") public ModelAndView show(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=manageRegGroups") public ModelAndView manageRegGroups(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=loadPreviousCO") public ModelAndView loadPreviousCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=loadNextCO") public ModelAndView loadNextCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=loadAOs") public ModelAndView loadAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=copyCourseOfferingCreateCopy") public ModelAndView copyCourseOfferingCreateCopy(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
protected AcademicCalendarService getAcademicCalendarService()
protected LRCService getLrcService()
@RequestMapping(params="methodToCall=copyCourseOfferingCancel") public ModelAndView copyCourseOfferingCancel(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=copyCourseOffering") public ModelAndView copyCourseOffering(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=selectAllActivityOfferings") public ModelAndView selectAllActivityOfferings(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=loadCOs") public ModelAndView loadCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=copyAO") public ModelAndView copyAO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form, BindingResult result, HttpServletRequest request, HttpServletResponse response)
@RequestMapping(params="methodToCall=cancelDeleteAOs") public ModelAndView cancelDeleteAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteSelectedAoList") public ModelAndView deleteSelectedAoList(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteCoConfirmation") public ModelAndView deleteCoConfirmation(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteCo") public ModelAndView deleteCo(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm)
@RequestMapping(params="methodToCall=cancelDeleteCo") public ModelAndView cancelDeleteCo(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm)
@RequestMapping(params="methodToCall=edit") public ModelAndView edit(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=selectedAoActions") public ModelAndView selectedAoActions(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=selectedCOActions") public ModelAndView selectedCOActions(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=confirmDelete") public ModelAndView confirmDelete(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=view") public ModelAndView view(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=addActivityOfferings") public ModelAndView addActivityOfferings(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=createCourseOffering") public ModelAndView createCourseOffering(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=markSubjectCodeReadyForScheduling") public ModelAndView markSubjectCodeReadyForScheduling(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=viewTheCO") public ModelAndView viewTheCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=editTheCO") public ModelAndView editTheCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
public String getOrgNameDescription(String orgShortName)
public CourseOfferingManagementViewHelperService getViewHelperService(CourseOfferingManagementForm theForm)
public TypeService getTypeService()
public StateService getStateService()
public CourseOfferingService getCourseOfferingService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.