public class CourseOfferingBaseController extends MaintenanceDocumentController
LOG
DOCUMENT_LOAD_COMMANDS
Constructor and Description |
---|
CourseOfferingBaseController() |
Modifier and Type | Method and Description |
---|---|
ModelAndView |
addBlankLine(UifFormBase form,
HttpServletRequest request,
HttpServletResponse response)
This override is specifically for making sure users selected the format types before adding new lines (there is no
util method available at view helper).
|
ModelAndView |
cancel(UifFormBase form,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
ModelAndView |
checkExamMatrix(MaintenanceDocumentForm form,
HttpServletRequest request,
HttpServletResponse response)
This method makes sure that if the examtype is standard and the system is configured to use a final exam matrix,
the useFinalExamMatrix checkbox defaults to true.
|
protected MaintenanceDocumentForm |
createInitialForm(HttpServletRequest request) |
protected ModelAndView |
handleRouteForErrors(DocumentFormBase form) |
docHandler, downloadBOAttachment, getMaintenanceDocumentService, maintenanceCopy, maintenanceDelete, maintenanceEdit, maintenanceNewWithExisting, route, setupMaintenance, start
acknowledge, approve, blanketApprove, buildAuthorizationException, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, downloadAttachment, fyi, generateDisapprovalNote, getAttachmentService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getLegacyDataAdapter, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, sendAdHocRequests, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, setLegacyDataAdapter, supervisorFunctions
addLine, back, checkForm, checkViewAuthorization, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getUIFModelAndViewWithInit, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, resetDialogStatus, retrieveCollectionPage, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, showDialog, tableJsonRetrieval
public CourseOfferingBaseController()
protected MaintenanceDocumentForm createInitialForm(HttpServletRequest request)
createInitialForm
in class MaintenanceDocumentController
protected ModelAndView handleRouteForErrors(DocumentFormBase form)
@RequestMapping(params="methodToCall=cancel") public ModelAndView cancel(@ModelAttribute(value="KualiForm") UifFormBase form, BindingResult result, HttpServletRequest request, HttpServletResponse response)
cancel
in class DocumentControllerBase
@RequestMapping(method=POST, params="methodToCall=addBlankLine") public ModelAndView addBlankLine(@ModelAttribute(value="KualiForm") UifFormBase form, HttpServletRequest request, HttpServletResponse response)
addBlankLine
in class UifControllerBase
@RequestMapping(params="methodToCall=checkExamMatrix") public ModelAndView checkExamMatrix(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, HttpServletRequest request, HttpServletResponse response)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.