public class DisbursementVoucherDocumentPresentationController extends AccountingDocumentPresentationControllerBase
| Constructor and Description |
|---|
DisbursementVoucherDocumentPresentationController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFullEntryEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes) |
protected void |
addPayeeEditEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes) |
protected void |
addPaymentHandlingEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes)
If at a proper route node, adds the ability to edit payment handling fields
|
protected void |
addSpecialHandlingChagingEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes)
If at a proper route node, adds the ability to edit whether special handling is needed on the disbursement voucher
|
protected void |
addTravelEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes)
If at a proper route node, adds the ability to edit the travel information on the disbursement voucher
|
protected void |
addVoucherDeadlineEntryMode(org.kuali.rice.krad.document.Document document,
Set<String> editModes)
If at a proper route node, adds the ability to edit the due date for the voucher
|
boolean |
canBlanketApprove(org.kuali.rice.krad.document.Document document) |
Set<String> |
getDocumentActions(org.kuali.rice.krad.document.Document document) |
Set<String> |
getEditModes(org.kuali.rice.krad.document.Document document) |
addExpenseEntryEditMode, canEdit, userOwnsAnyAccountingLinecanErrorCorrectcanHaveBankEntry, getBankService, getDataDictionaryService, getParameterEvaluatorService, getUniversityDateService, isApprovalDateWithinFiscalYearcanAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getParameterServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyipublic DisbursementVoucherDocumentPresentationController()
public boolean canBlanketApprove(org.kuali.rice.krad.document.Document document)
canBlanketApprove in interface org.kuali.rice.krad.document.DocumentPresentationControllercanBlanketApprove in class org.kuali.rice.krad.document.DocumentPresentationControllerBaseorg.kuali.rice.krad.document.authorization.DocumentPresentationControllerBase#canBlanketApprove(org.kuali.rice.krad.document.Document)public Set<String> getDocumentActions(org.kuali.rice.krad.document.Document document)
getDocumentActions in class FinancialSystemTransactionalDocumentPresentationControllerBaseorg.kuali.rice.krad.document.authorization.DocumentPresentationControllerBase#getDocumentActions(org.kuali.rice.krad.document.Document)public Set<String> getEditModes(org.kuali.rice.krad.document.Document document)
getEditModes in interface org.kuali.rice.kns.document.authorization.TransactionalDocumentPresentationControllergetEditModes in class AccountingDocumentPresentationControllerBaseFinancialSystemTransactionalDocumentPresentationControllerBase.getEditModes(org.kuali.rice.krad.document.Document)protected void addPayeeEditEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
protected void addFullEntryEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
protected void addPaymentHandlingEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
document - the disbursement voucher document authorization is being sought oneditModes - the edit modes so far, which can be added toprotected void addVoucherDeadlineEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
document - the disbursement voucher document authorization is being sought oneditModes - the edit modes so far, which can be added toprotected void addTravelEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
document - the disbursement voucher document authorization is being sought oneditModes - the edit modes so far, which can be added toprotected void addSpecialHandlingChagingEntryMode(org.kuali.rice.krad.document.Document document, Set<String> editModes)
document - the disbursement voucher document authorization is being sought oneditModes - the edit modes so far, which can be added toCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.