Package org.kuali.rice.krad.data.jpa
Class Filter
java.lang.Object
org.kuali.rice.krad.data.jpa.Filter
Takes a filter generator and executes the changes on the class descriptor for a field.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcustomizeField(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.
-
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.
-