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, userOwnsAnyAccountingLine
canErrorCorrect
canHaveBankEntry, getBankService, getDataDictionaryService, getParameterEvaluatorService, getUniversityDateService, isApprovalDateWithinFiscalYear
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getParameterService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi
public DisbursementVoucherDocumentPresentationController()
public boolean canBlanketApprove(org.kuali.rice.krad.document.Document document)
canBlanketApprove
in interface org.kuali.rice.krad.document.DocumentPresentationController
canBlanketApprove
in class org.kuali.rice.krad.document.DocumentPresentationControllerBase
org.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 FinancialSystemTransactionalDocumentPresentationControllerBase
org.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.TransactionalDocumentPresentationController
getEditModes
in class AccountingDocumentPresentationControllerBase
FinancialSystemTransactionalDocumentPresentationControllerBase.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–2015 The Kuali Foundation. All rights reserved.