org.kuali.kfs.coa.businessobject.defaultvalue
Class CurrentUserChartValueFinder

java.lang.Object
  extended by org.kuali.kfs.coa.businessobject.defaultvalue.CurrentUserChartValueFinder
All Implemented Interfaces:
org.kuali.rice.kns.lookup.valueFinder.ValueFinder

public class CurrentUserChartValueFinder
extends Object
implements org.kuali.rice.kns.lookup.valueFinder.ValueFinder

This class represents a value finder that returns the currently logged in user's default chart of accounts code.


Constructor Summary
CurrentUserChartValueFinder()
           
 
Method Summary
 String getValue()
          This method returns the current user's default chart of accounts code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentUserChartValueFinder

public CurrentUserChartValueFinder()
Method Detail

getValue

public String getValue()
This method returns the current user's default chart of accounts code.

Specified by:
getValue in interface org.kuali.rice.kns.lookup.valueFinder.ValueFinder
See Also:
ValueFinder.getValue()


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