|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
org.kuali.rice.kns.document.authorization.TransactionalDocumentPresentationControllerBase
org.kuali.kfs.sys.document.authorization.FinancialSystemTransactionalDocumentPresentationControllerBase
org.kuali.kfs.sys.document.authorization.LedgerPostingDocumentPresentationControllerBase
org.kuali.kfs.sys.document.authorization.AccountingDocumentPresentationControllerBase
public class AccountingDocumentPresentationControllerBase
Constructor Summary | |
---|---|
AccountingDocumentPresentationControllerBase()
|
Method Summary | |
---|---|
protected void |
addExpenseEntryEditMode(org.kuali.rice.kns.document.Document document,
Set<String> editModes)
|
protected boolean |
canEdit(org.kuali.rice.kns.document.Document document)
|
protected List<String> |
getCurrentRouteLevels(org.kuali.rice.kns.workflow.service.KualiWorkflowDocument workflowDocument)
A helper method for determining the route levels for a given document. |
Set<String> |
getEditModes(org.kuali.rice.kns.document.Document document)
|
protected boolean |
userOwnsAnyAccountingLine(org.kuali.rice.kim.bo.Person user,
List<AccountingLine> accountingLines)
|
Methods inherited from class org.kuali.kfs.sys.document.authorization.LedgerPostingDocumentPresentationControllerBase |
---|
canErrorCorrect |
Methods inherited from class org.kuali.kfs.sys.document.authorization.FinancialSystemTransactionalDocumentPresentationControllerBase |
---|
canHaveBankEntry, getBankService, getDocumentActions |
Methods inherited from class org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase |
---|
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDisapprove, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getParameterService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.document.authorization.DocumentPresentationController |
---|
canInitiate |
Constructor Detail |
---|
public AccountingDocumentPresentationControllerBase()
Method Detail |
---|
public Set<String> getEditModes(org.kuali.rice.kns.document.Document document)
getEditModes
in interface org.kuali.rice.kns.document.authorization.TransactionalDocumentPresentationController
getEditModes
in class FinancialSystemTransactionalDocumentPresentationControllerBase
FinancialSystemTransactionalDocumentPresentationControllerBase.getEditModes(org.kuali.rice.kns.document.Document)
protected void addExpenseEntryEditMode(org.kuali.rice.kns.document.Document document, Set<String> editModes)
protected boolean canEdit(org.kuali.rice.kns.document.Document document)
canEdit
in class org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
DocumentPresentationControllerBase.canEdit(org.kuali.rice.kns.document.Document)
protected List<String> getCurrentRouteLevels(org.kuali.rice.kns.workflow.service.KualiWorkflowDocument workflowDocument)
workflowDocument
-
protected boolean userOwnsAnyAccountingLine(org.kuali.rice.kim.bo.Person user, List<AccountingLine> accountingLines)
accountingLines
- user
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |