Uses of Interface
org.pentaho.platform.util.beans.PropertyNameFormatter

Packages that use PropertyNameFormatter
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.util.beans   
 

Uses of PropertyNameFormatter in org.pentaho.platform.engine.services.solution
 

Classes in org.pentaho.platform.engine.services.solution that implement PropertyNameFormatter
 class ActionSequenceCompatibilityFormatter
          This formatter exists to make old-style action sequence inputs, outputs and resource names work with bean utils which adheres to the Java bean spec.
 

Uses of PropertyNameFormatter in org.pentaho.platform.util.beans
 

Classes in org.pentaho.platform.util.beans that implement PropertyNameFormatter
 class AlternateIndexFormatter
          Converts to a bean utils consumable expression and applies other customizations as necessary, such as suffix additions.
 class SuffixAppenderFormatter
           
 

Methods in org.pentaho.platform.util.beans with parameters of type PropertyNameFormatter
 void ActionHarness.setValue(String propertyName, Object value, ValueSetErrorCallback callback, PropertyNameFormatter... formatters)
          Performs same function as the super, with the added feature of granting undeclared properties to the action bean if it is a IVarArgsAction.
 void BeanUtil.setValue(String propertyName, Object value, ValueSetErrorCallback callback, PropertyNameFormatter... formatters)
          Set a bean property with a given value, allowing the caller to respond to various error states that may be encountered during the attempt to set the value on the bean.