public class EnrolRuleEditorController extends RuleEditorController
LOGDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
EnrolRuleEditorController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
addRange(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Controller method used to add a new course range to the list of course ranges.
|
org.springframework.web.servlet.ModelAndView |
addRule(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Navigates to rule maintenance page with rule type to initialize adding of new rule.
|
org.springframework.web.servlet.ModelAndView |
cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
protected LURuleViewHelperServiceImpl |
getViewHelper(UifFormBase form)
Returns form's view helper serivce.
|
org.springframework.web.servlet.ModelAndView |
maintenanceEdit(MaintenanceDocumentForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Setups a new
MaintenanceDocumentView with the edit maintenance
action |
org.springframework.web.servlet.ModelAndView |
route(DocumentFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
viewCourseRange(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Controller method used to display the lightbox with the list of courses in the selected range.
|
addProposition, ajaxRefresh, cancelEditProposition, cancelEditRule, compareRulePropositions, compareRules, copyRule, deleteProposition, deleteRule, doCompareRules, getRuleEditor, getSelectedKey, goToEditProposition, goToRuleView, isSimpleNode, movePropositionDown, movePropositionLeft, movePropositionRight, movePropositionUp, pasteProposition, refreshLogicArea, togglePropositionSimpleCompound, updateCompoundOperator, updatePreview, updateProposition, updatePropositionType, updateRulecreateInitialForm, docHandler, getMaintenanceDocumentService, maintenanceCopy, maintenanceNewWithExisting, 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, supervisorFunctionsaddBlankLine, addLine, 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 EnrolRuleEditorController()
@RequestMapping(params="methodToCall=maintenanceEdit") public org.springframework.web.servlet.ModelAndView maintenanceEdit(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
MaintenanceDocumentView with the edit maintenance
actionmaintenanceEdit in class MaintenanceDocumentControllerException@RequestMapping(params="methodToCall=route") public org.springframework.web.servlet.ModelAndView route(@ModelAttribute(value="KualiForm") DocumentFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
route in class MaintenanceDocumentControllerform - result - request - response - @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 DocumentControllerBaseform - result - request - response - @RequestMapping(params="methodToCall=addRule") public org.springframework.web.servlet.ModelAndView addRule(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
RuleEditorControlleraddRule in class RuleEditorControllerform - result - request - response - @RequestMapping(params="methodToCall=viewCourseRange") public org.springframework.web.servlet.ModelAndView viewCourseRange(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
form - result - request - response - @RequestMapping(params="methodToCall=addRange") public org.springframework.web.servlet.ModelAndView addRange(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
form - result - request - response - protected LURuleViewHelperServiceImpl getViewHelper(UifFormBase form)
RuleEditorControllergetViewHelper in class RuleEditorControllerform - Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.