org.kuali.kfs.sys.document.service
Interface AccountingLineRenderingTransformation
- All Known Implementing Classes:
- AllReadOnlyNoActionsAccountingLineRenderingTransformationImpl
public interface AccountingLineRenderingTransformation
An interface that describes the methods used by a service that transforms AccountingLineViewRenderableElements
transformElements
void transformElements(List<TableJoining> elements,
AccountingLine accountingLine)
- Transforms the given tree of elements into the transformed tree of elements
- Parameters:
elements
- a List of renderable elements to transformaccountingLine
- the accounting line that will be rendered
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.