Uses of Interface
org.kuali.rice.krad.valuefinder.ValueFinder

Packages that use ValueFinder
org.kuali.rice.kns.datadictionary Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service.impl   
org.kuali.rice.krad.uif.field   
 

Uses of ValueFinder in org.kuali.rice.kns.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type ValueFinder
protected  Class<? extends ValueFinder> FieldDefinition.defaultValueFinderClass
          Deprecated.  
protected  Class<? extends ValueFinder> MaintainableFieldDefinition.defaultValueFinderClass
          Deprecated.  
protected  Class<? extends ValueFinder> FieldDefinition.quickfinderParameterStringBuilderClass
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type ValueFinder
 Class<? extends ValueFinder> FieldDefinition.getDefaultValueFinderClass()
          Deprecated.  
 Class<? extends ValueFinder> MaintainableFieldDefinition.getDefaultValueFinderClass()
          Deprecated.  
 Class<? extends ValueFinder> FieldDefinition.getQuickfinderParameterStringBuilderClass()
          Deprecated. the quickfinderParameterStringBuilderClass specifies the java class that will be used to determine the default value(s) for field(s) on the target lookup when the quickfinder is used.
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type ValueFinder
 void FieldDefinition.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
          Deprecated. The defaultValueFinderClass specifies the java class that will be used to determine the default value of a field.
 void MaintainableFieldDefinition.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
          Deprecated. The defaultValueFinderClass specifies the java class that will be used to determine the default value of a lookup field.
 void FieldDefinition.setQuickfinderParameterStringBuilderClass(Class<? extends ValueFinder> quickfinderParameterStringBuilderClass)
          Deprecated. See FieldDefinition.getQuickfinderParameterStringBuilderClass()
 

Uses of ValueFinder in org.kuali.rice.kns.service
 

Methods in org.kuali.rice.kns.service that return types with arguments of type ValueFinder
 Class<? extends ValueFinder> BusinessObjectDictionaryService.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName)
          Deprecated. returns Class used to generate quickfinder lookup field default values.
 Class<? extends ValueFinder> BusinessObjectMetaDataService.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName)
          This method returns the quickfinder parameter string builder class for a given attribute.
 

Uses of ValueFinder in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return types with arguments of type ValueFinder
 Class<? extends ValueFinder> BusinessObjectDictionaryServiceImpl.getLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName)
          Deprecated.  
 Class<? extends ValueFinder> BusinessObjectDictionaryServiceImpl.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName)
          Deprecated. returns Class used to generate quickfinder lookup field default values.
 Class<? extends ValueFinder> BusinessObjectMetaDataServiceImpl.getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName)
          Deprecated. This method returns the quickfinder parameter string builder class for a given attribute.
 

Uses of ValueFinder in org.kuali.rice.krad.uif.field
 

Methods in org.kuali.rice.krad.uif.field that return types with arguments of type ValueFinder
 Class<? extends ValueFinder> DataField.getDefaultValueFinderClass()
          Gives Class that should be invoked to produce the default value for the field
 

Method parameters in org.kuali.rice.krad.uif.field with type arguments of type ValueFinder
 void DataField.setDefaultValueFinderClass(Class<? extends ValueFinder> defaultValueFinderClass)
          Setter for the default value finder class
 



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