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


Method Summary
 void transformElements(List<TableJoining> elements, AccountingLine accountingLine)
          Transforms the given tree of elements into the transformed tree of elements
 

Method Detail

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 transform
accountingLine - the accounting line that will be rendered


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.