org.kuali.rice.krad.web.controller
Class TransactionalDocumentControllerBase
java.lang.Object
   org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.web.controller.UifControllerBase
       org.kuali.rice.krad.web.controller.DocumentControllerBase
org.kuali.rice.krad.web.controller.DocumentControllerBase
           org.kuali.rice.krad.web.controller.TransactionalDocumentControllerBase
org.kuali.rice.krad.web.controller.TransactionalDocumentControllerBase
- Direct Known Subclasses: 
- TravelAuthorizationController
- public abstract class TransactionalDocumentControllerBase 
- extends DocumentControllerBase
Controller for TransactionalDocumentView screens which operate on
 TransactionalDocument instances.
 
    Provides controller implementations for transactional document actions including: doc handler
    (retrieve from doc search and action list), save, route (and other KEW actions), and copy.
 
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- DocumentControllerBase
| Field Summary | 
| protected static org.apache.log4j.Logger | LOG
 | 
 
 
 
| Method Summary | 
|  org.springframework.web.servlet.ModelAndView | copy(TransactionalDocumentFormBase form,
         org.springframework.validation.BindingResult result,
         javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response)Method to call copy.
 | 
 
| Methods inherited from class org.kuali.rice.krad.web.controller.DocumentControllerBase | 
| acknowledge, approve, blanketApprove, buildAuthorizationException, cancel, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, createInitialForm, deleteNote, disapprove, docHandler, downloadAttachment, downloadBOAttachment, fyi, getAttachmentService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getLegacyDataAdapter, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, route, save, sendAdHocRequests, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, setLegacyDataAdapter, supervisorFunctions | 
 
| Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase | 
| addBlankLine, addLine, back, checkForm, checkViewAuthorization, createDataTablesPagingHelperInstance, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getUIFModelAndViewWithInit, getValidatedFormatType, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveOriginalComponent, retrieveTableData, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, setAttachmentResponseHeader, showDialog, start, tableCsvRetrieval, tableJsonRetrieval, tableXlsRetrieval, tableXmlRetrieval | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LOG
protected static final org.apache.log4j.Logger LOG
TransactionalDocumentControllerBase
public TransactionalDocumentControllerBase()
copy
@RequestMapping(params="methodToCall=maintenanceCopy")
public org.springframework.web.servlet.ModelAndView copy(@ModelAttribute(value="KualiForm")
                                                                        TransactionalDocumentFormBase form,
                                                                        org.springframework.validation.BindingResult result,
                                                                        javax.servlet.http.HttpServletRequest request,
                                                                        javax.servlet.http.HttpServletResponse response)
                                                  throws Exception
- Method to call copy.
 
     Method that will take the current document and call its copy method if Copyable.
  
 
- 
- Parameters:
- form- : a TransactionalDocumentFormBase
- result- : a BindingResult
- Returns:
- a ModelAndView object
- Throws:
- Exception- : an exception
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.