public interface AccountingLineAuthorizationTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
transformElements(List<TableJoining> elements,
AccountingLine accountingLine,
AccountingDocument document,
AccountingLineAuthorizer lineAuthorizer,
boolean newLine,
String accountingLinePropertyName)
Performs transformations to the element rendering tree based on the authorization's reactions to the accounting line
|
void transformElements(List<TableJoining> elements, AccountingLine accountingLine, AccountingDocument document, AccountingLineAuthorizer lineAuthorizer, boolean newLine, String accountingLinePropertyName)
elements - the element rendering treeaccountingLine - the accounting line to be rendereddocument - the document that accounting line lives onlineAuthorizer - the authorizer for the accounting linenewLine - is this line a new line or a line already on a document?accountingLinePropertyName - the property path to this accounting lineCopyright © 2004–2014 The Kuali Foundation. All rights reserved.