userOwnsAnyAccountingLine(ChartUser user, List accountingLines) Overrides to always return false because there is never FO routing or FO approval for CCR docs.
Overrides to use the parent's implementation, with the exception that CCR docs can't be error corrected.
See Also: org.kuali.core.authorization.DocumentAuthorizer.getDocumentActionFlags(org.kuali.core.document.Documentorg.kuali.core.bo.user.KualiUser)
Overrides parent to return an empty Map since FO routing doesn't apply to the CCR doc.
See Also: org.kuali.core.authorization.TransactionalDocumentAuthorizer.getEditableAccounts(org.kuali.core.document.TransactionalDocumentorg.kuali.core.bo.user.KualiUser)
protected boolean userOwnsAnyAccountingLine(ChartUser user, List accountingLines)(Code)
Overrides to always return false because there is never FO routing or FO approval for CCR docs.
See Also: org.kuali.module.financial.document.FinancialDocumentAuthorizer.userOwnsAnyAccountingLine(org.kuali.core.bo.user.KualiUserjava.util.List)
Methods inherited from org.kuali.kfs.document.authorization.AccountingDocumentAuthorizerBase