public abstract class TransactionalDocumentControllerBase extends DocumentControllerBase
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.
DocumentControllerBase| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
LOG |
DOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
TransactionalDocumentControllerBase() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
acknowledge, approve, blanketApprove, buildAuthorizationException, cancel, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, createInitialForm, deleteNote, disapprove, docHandler, downloadAttachment, downloadBOAttachment, fyi, generateDisapprovalNote, getAttachmentService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getLegacyDataAdapter, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, route, 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, tableJsonRetrievalprotected static final org.apache.log4j.Logger LOG
public TransactionalDocumentControllerBase()
@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 that will take the current document and call its copy method if Copyable.
form - : a TransactionalDocumentFormBaseresult - : a BindingResultException - : an exceptionCopyright © 2005–2014 The Kuali Foundation. All rights reserved.