Class Filter

java.lang.Object
org.kuali.rice.krad.data.jpa.Filter

public class Filter extends Object
Takes a filter generator and executes the changes on the class descriptor for a field.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • Filter

      public Filter()
  • Method Details

    • customizeField

      public static void customizeField(List<FilterGenerator> filterGenerators, org.eclipse.persistence.descriptors.ClassDescriptor descriptor, String propertyName)
      Takes a list of filter generators and executes the changes on the class descriptor for a field.
      Parameters:
      filterGenerators - a list of filter generators.
      descriptor - the class descriptor to execute the changes on.
      propertyName - the property name of the field to change.