@Controller @RequestMapping(value="/approval") public class TravelAuthorizationController extends TransactionalDocumentControllerBase
LOGDOCUMENT_LOAD_COMMANDS| Constructor and Description | 
|---|
| TravelAuthorizationController() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TravelAuthorizationForm | createInitialForm(javax.servlet.http.HttpServletRequest request)Called to create a new model(form) object when necessary. | 
| org.springframework.web.servlet.ModelAndView | route(DocumentFormBase form,
          org.springframework.validation.BindingResult result,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)Showcase the dialog feature by confirming with the user that he really wants to route the document. | 
copyacknowledge, approve, blanketApprove, buildAuthorizationException, cancel, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, docHandler, downloadAttachment, downloadBOAttachment, fyi, generateDisapprovalNote, getAttachmentService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getLegacyDataAdapter, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, sendAdHocRequests, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, setLegacyDataAdapter, supervisorFunctionsaddBlankLine, 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, start, tableJsonRetrievalpublic TravelAuthorizationController()
protected TravelAuthorizationForm createInitialForm(javax.servlet.http.HttpServletRequest request)
UifControllerBasecreateInitialForm in class DocumentControllerBaserequest - - the http request that was madeUifControllerBase.createInitialForm(javax.servlet.http.HttpServletRequest)public org.springframework.web.servlet.ModelAndView route(@ModelAttribute(value="KualiForm") DocumentFormBase form, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
route in class DocumentControllerBaseform - - document form base containing the document instance that will be routedCopyright © 2005–2014 The Kuali Foundation. All rights reserved.