org.kuali.kfs.sys.document.service
Interface AccountingLineTableTransformation

All Known Implementing Classes:
HiddenFieldRearrangementAccountingLineRenderingTransformationImpl, RemoveEmptyCellsAndRowsRenderingTransformationImpl

public interface AccountingLineTableTransformation

A contract of services that wish to transform accounting line renderable elements after their tablification


Method Summary
 void transformRows(List<AccountingLineTableRow> rows)
          Performs transformation to the tablified rows for an accounting line
 

Method Detail

transformRows

void transformRows(List<AccountingLineTableRow> rows)
Performs transformation to the tablified rows for an accounting line

Parameters:
rows - the tablified rows that represent a renderable accounting line


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