Class TransactionalDocumentPresentationControllerBase

java.lang.Object
org.kuali.rice.krad.document.DocumentPresentationControllerBase
org.kuali.rice.krad.document.TransactionalDocumentPresentationControllerBase
All Implemented Interfaces:
Serializable, DocumentPresentationController, TransactionalDocumentPresentationController

public class TransactionalDocumentPresentationControllerBase extends DocumentPresentationControllerBase implements TransactionalDocumentPresentationController
Document presentation controller implementation for transactional documents.

Determines what actions are applicable to the given document, irrespective of user or other state. These initial actions are used as inputs for further filtering depending on context.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • TransactionalDocumentPresentationControllerBase

      public TransactionalDocumentPresentationControllerBase()
  • Method Details