@Deprecated public class CourseOfferingManagementController extends UifControllerBase
Constructor and Description |
---|
CourseOfferingManagementController()
Deprecated.
|
addBlankLine, addLine, cancel, 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
public CourseOfferingManagementController()
protected UifFormBase createInitialForm(HttpServletRequest request)
createInitialForm
in class UifControllerBase
@RequestMapping(params="methodToCall=start") public ModelAndView start(@ModelAttribute(value="KualiForm") UifFormBase uifForm, BindingResult result, HttpServletRequest request, HttpServletResponse response)
start
in class UifControllerBase
@RequestMapping(params="methodToCall=show") public ModelAndView show(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form) throws Exception
Method used to 1) search to get TermInfo based on termCode. Only accept one valid TermInfo. If find more than one TermInfo or don't find any termInfo, log and report an error message. 2) If the input is subject code, load all course offerings based on termId and subjectCode 3) If the input is course offering code, a)find THE course offering based on termId and courseOfferingCode. If find more than one CO or don't find any CO, log and report an error message. b)load all activity offerings based on the courseOfferingId
form
- Exception
@RequestMapping(value="/ajaxShow", method=GET) public ModelAndView ajaxShow(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(value="/jsonShow", method=GET) public void jsonShow(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(value="/dataTableShow", method=GET) public void dataTableShow(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
protected ModelAndView prepareManageAOsModelAndView(CourseOfferingManagementForm form, CourseOfferingListSectionWrapper selectedCO) throws Exception
Exception
@RequestMapping(params="methodToCall=manageRegGroups") public ModelAndView manageRegGroups(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=loadPreviousCO") public ModelAndView loadPreviousCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form) throws Exception
form
- Exception
@RequestMapping(params="methodToCall=loadNextCO") public ModelAndView loadNextCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form) throws Exception
form
- Exception
@RequestMapping(params="methodToCall=loadAOs") public ModelAndView loadAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form) throws Exception
form
- Exception
@RequestMapping(params="methodToCall=copyCourseOfferingCreateCopy") public ModelAndView copyCourseOfferingCreateCopy(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=copyCourseOfferingCancel") public ModelAndView copyCourseOfferingCancel(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=copyCourseOffering") public ModelAndView copyCourseOffering(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=selectAllActivityOfferings") public ModelAndView selectAllActivityOfferings(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=loadCOs") public ModelAndView loadCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form) throws Exception
form
- Exception
@RequestMapping(params="methodToCall=copyAO") public ModelAndView copyAO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm form)
@RequestMapping(params="methodToCall=cancelDeleteAOs") public ModelAndView cancelDeleteAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteSelectedAoList") public ModelAndView deleteSelectedAoList(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteCoConfirmation") public ModelAndView deleteCoConfirmation(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteBulkCos") public ModelAndView deleteBulkCos(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=cancelDeleteBulkCos") public ModelAndView cancelDeleteBulkCos(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=editTheCO") public ModelAndView editTheCO(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=edit") public ModelAndView edit(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=confirmDelete") public ModelAndView confirmDelete(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=view") public ModelAndView view(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=addActivityOfferings") public ModelAndView addActivityOfferings(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) throws Exception
Exception
@RequestMapping(params="methodToCall=createCourseOffering") public ModelAndView createCourseOffering(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm) 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) throws Exception
Exception
public String getOrgNameDescription(String orgShortName)
public String getSocState(String termCode)
@RequestMapping(params="methodToCall=approveCOs") public ModelAndView approveCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=suspendCOs") public ModelAndView suspendCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=cancelCOs") public ModelAndView cancelCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=reinstateCOs") public ModelAndView reinstateCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteOneCoWithLink") public ModelAndView deleteOneCoWithLink(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteCOs") public ModelAndView deleteCOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=approveAOs") public ModelAndView approveAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=suspendAOs") public ModelAndView suspendAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=cancelAOs") public ModelAndView cancelAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=reinstateAOs") public ModelAndView reinstateAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=deleteAOs") public ModelAndView deleteAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=draftAOs") public ModelAndView draftAOs(@ModelAttribute(value="KualiForm") CourseOfferingManagementForm theForm, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
public CourseOfferingSetService getSocService()
public CourseOfferingManagementViewHelperService getViewHelperService(CourseOfferingManagementForm theForm)
public TypeService getTypeService()
public StateService getStateService()
public CourseOfferingService getCourseOfferingService()
protected AcademicCalendarService getAcademicCalendarService()
protected LRCService getLrcService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.