Interface TransactionalDocumentControllerService

All Superinterfaces:
ControllerService, DocumentControllerService
All Known Implementing Classes:
TransactionalDocumentControllerServiceImpl

public interface TransactionalDocumentControllerService extends DocumentControllerService
Controller service that extends DocumentControllerService and adds methods specific to transactional documents.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • copy

      org.springframework.web.servlet.ModelAndView copy(TransactionalDocumentFormBase form)
      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