public class TransactionalDocumentControllerServiceImpl extends DocumentControllerServiceImpl implements TransactionalDocumentControllerService
DOCUMENT_LOAD_COMMANDS, EXPLANATION_DIALOG, SENSITIVE_DATA_DIALOG| Constructor and Description |
|---|
TransactionalDocumentControllerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
acknowledge(DocumentFormBase form)
Sends a acknowledge workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
approve(DocumentFormBase form)
Sends a approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
cancel(UifFormBase form)
Navigates back to a previous point (depending on how the view was requested).
|
org.springframework.web.servlet.ModelAndView |
close(DocumentFormBase form)
Closes the document and returns to the hub.
|
org.springframework.web.servlet.ModelAndView |
copy(TransactionalDocumentFormBase form)
Invoked to copy the current transactional document into a new document.
|
org.springframework.web.servlet.ModelAndView |
disapprove(DocumentFormBase form)
Sends a disapprove workflow action for the document contained on the form.
|
protected PessimisticLockService |
getPessimisticLockService() |
protected void |
releasePessimisticLocks(DocumentFormBase form)
Releases the pessimistic locks for the current user.
|
org.springframework.web.servlet.ModelAndView |
route(DocumentFormBase form)
Sends a route workflow action for the document contained on the form.
|
protected void |
setPessimisticLockService(PessimisticLockService pessimisticLockService) |
blanketApprove, buildAuthorizationException, cancelAttachment, checkSensitiveDataAndWarningDialog, combineAdHocRecipients, complete, createDocument, deleteNote, docHandler, downloadAttachment, fyi, generateDisapprovalNote, getAddLineNoteInstance, getAttachmentService, getCollectionControllerService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getLegacyDataAdapter, getModelAndViewService, getNavigationControllerService, getNewNoteAttachment, getNoteService, getParameterService, getWorkflowDocumentActionsService, insertNote, loadDocument, performSuperUserWorkflowAction, performSuperUserWorkflowAction, performWorkflowAction, performWorkflowAction, recall, reload, save, save, saveNewNote, sendAdHocRequests, setAttachmentService, setCollectionControllerService, setConfigurationService, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, setLegacyDataAdapter, setModelAndViewService, setNavigationControllerService, setNewNoteProperties, setNoteService, setParameterService, superUserApprove, superUserDisapprove, superUserTakeActions, supervisorFunctionscheckViewAuthorization, sessionTimeout, startclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblanketApprove, cancelAttachment, complete, deleteNote, docHandler, downloadAttachment, fyi, insertNote, performSuperUserWorkflowAction, performSuperUserWorkflowAction, performWorkflowAction, performWorkflowAction, recall, reload, save, save, sendAdHocRequests, superUserApprove, superUserDisapprove, superUserTakeActions, supervisorFunctionscheckViewAuthorization, sessionTimeout, startpublic TransactionalDocumentControllerServiceImpl()
public org.springframework.web.servlet.ModelAndView copy(TransactionalDocumentFormBase form)
copy in interface TransactionalDocumentControllerServiceform - form instance containing the transactional document datapublic org.springframework.web.servlet.ModelAndView cancel(UifFormBase form)
Releases the pessimistic locks before continuing.
cancel in interface ControllerServicecancel in class DocumentControllerServiceImplform - form instance containing the model datapublic org.springframework.web.servlet.ModelAndView route(DocumentFormBase form)
Releases the pessimistic locks before continuing.
route in interface DocumentControllerServiceroute in class DocumentControllerServiceImplform - form instance containing the document the route request will be generated forpublic org.springframework.web.servlet.ModelAndView approve(DocumentFormBase form)
Releases the pessimistic locks before continuing.
approve in interface DocumentControllerServiceapprove in class DocumentControllerServiceImplform - form instance containing the document the approve request will be generated forpublic org.springframework.web.servlet.ModelAndView disapprove(DocumentFormBase form)
Releases the pessimistic locks before continuing.
disapprove in interface DocumentControllerServicedisapprove in class DocumentControllerServiceImplform - form instance containing the document the disapprove request will be generated forpublic org.springframework.web.servlet.ModelAndView acknowledge(DocumentFormBase form)
Releases the pessimistic locks before continuing.
acknowledge in interface DocumentControllerServiceacknowledge in class DocumentControllerServiceImplform - form instance containing the document the acknowledge request will be generated forpublic org.springframework.web.servlet.ModelAndView close(DocumentFormBase form)
Prompts for save and releases the pessimistic locks before continuing.
close in interface DocumentControllerServiceclose in class DocumentControllerServiceImplform - form instance containing the document instanceprotected void releasePessimisticLocks(DocumentFormBase form)
form - form instance containing the transactional document dataprotected PessimisticLockService getPessimisticLockService()
protected void setPessimisticLockService(PessimisticLockService pessimisticLockService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.