Package org.kuali.rice.krad.document
Interface TransactionalDocumentControllerService
- All Superinterfaces:
ControllerService,DocumentControllerService
- All Known Implementing Classes:
TransactionalDocumentControllerServiceImpl
Controller service that extends
DocumentControllerService and adds
methods specific to transactional documents.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewInvoked to copy the current transactional document into a new document.Methods inherited from interface org.kuali.rice.krad.web.service.ControllerService
cancel, checkViewAuthorization, sessionTimeout, startMethods inherited from interface org.kuali.rice.krad.document.DocumentControllerService
acknowledge, approve, blanketApprove, cancelAttachment, close, complete, deleteNote, disapprove, docHandler, downloadAttachment, fyi, insertNote, performSuperUserWorkflowAction, performSuperUserWorkflowAction, performWorkflowAction, performWorkflowAction, recall, reload, route, save, save, sendAdHocRequests, superUserApprove, superUserDisapprove, superUserTakeActions, supervisorFunctions
-
Method Details
-
copy
Invoked to copy the current transactional document into a new document.- Parameters:
form- form instance containing the transactional document data- Returns:
- ModelAndView instance for rendering the document view
-