public class CourseOfferingBaseController extends MaintenanceDocumentController
LOGDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
CourseOfferingBaseController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
addBlankLine(UifFormBase form)
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).
|
org.springframework.web.servlet.ModelAndView |
cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
protected MaintenanceDocumentForm |
createInitialForm(HttpServletRequest request) |
protected org.springframework.web.servlet.ModelAndView |
handleRouteForErrors(DocumentFormBase form) |
docHandler, getMaintenanceDocumentService, maintenanceCopy, maintenanceEdit, maintenanceNewWithExisting, route, setupMaintenance, startacknowledge, approve, blanketApprove, buildAuthorizationException, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, downloadAttachment, fyi, getAttachmentService, getBusinessObjectService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, sendAdHocRequests, setBusinessObjectService, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, supervisorFunctionsaddLine, back, 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 CourseOfferingBaseController()
protected MaintenanceDocumentForm createInitialForm(HttpServletRequest request)
createInitialForm in class MaintenanceDocumentControllerprotected org.springframework.web.servlet.ModelAndView handleRouteForErrors(DocumentFormBase form)
@RequestMapping(params="methodToCall=cancel") public org.springframework.web.servlet.ModelAndView cancel(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
cancel in class DocumentControllerBase@RequestMapping(method=POST,
params="methodToCall=addBlankLine")
public org.springframework.web.servlet.ModelAndView addBlankLine(@ModelAttribute(value="KualiForm")
UifFormBase form)
addBlankLine in class UifControllerBaseCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.