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

All Known Implementing Classes:
DefaultValuePopulationAccountingLineFieldRenderingTransformationImpl

public interface AccountingLineFieldRenderingTransformation

An interface that represents a transformation on a single field; they can be grouped together and run at one time by FieldChangingAccountingLineRenderTransformImpl.


Method Summary
 void transformField(AccountingLine accountingLine, org.kuali.rice.kns.web.ui.Field field, org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition, Map unconvertedValues)
          Performs a transformation on the field
 

Method Detail

transformField

void transformField(AccountingLine accountingLine,
                    org.kuali.rice.kns.web.ui.Field field,
                    org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition,
                    Map unconvertedValues)
Performs a transformation on the field

Parameters:
accountingLine - the accounting line that is being rendered
field - the field to transform
fieldDefinition - the accounting line definition of the accounting line being rendered
unconvertedValues - a map of unconverted values


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