org.kuali.kfs.fp.document.authorization
Interface CashManagementDocumentPresentationController
- All Superinterfaces:
- org.kuali.rice.kns.document.authorization.DocumentPresentationController, FinancialSystemTransactionalDocumentPresentationController, org.kuali.rice.kns.document.authorization.TransactionalDocumentPresentationController
- All Known Implementing Classes:
- CashManagementDocumentPresentationControllerBase
public interface CashManagementDocumentPresentationController
- extends FinancialSystemTransactionalDocumentPresentationController
Contracts for extra presentation controller methods required by the Cash Management document
Method Summary |
boolean |
canOpenCashDrawer(org.kuali.rice.kns.document.Document document)
Determines if the cash drawer is allowed to be opened. |
Methods inherited from interface org.kuali.rice.kns.document.authorization.TransactionalDocumentPresentationController |
getEditModes |
Methods inherited from interface org.kuali.rice.kns.document.authorization.DocumentPresentationController |
canInitiate, getDocumentActions |
canOpenCashDrawer
boolean canOpenCashDrawer(org.kuali.rice.kns.document.Document document)
- Determines if the cash drawer is allowed to be opened.
- Returns:
- true if the cash drawer can be opened, false otherwise
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.