Package rife.validation
Class ConstrainedUtils
java.lang.Object
rife.validation.ConstrainedUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneditConstrainedProperty(Constrained bean, String propertyName, String prefix) static ConstrainedgetConstrainedInstance(Class beanClass) static ConstrainedPropertygetConstrainedProperty(Object bean, String name) static StringgetIdentityProperty(Class beanClass) static Constrainedstatic booleanpersistConstrainedProperty(Constrained bean, String propertyName, String prefix) static booleansaveConstrainedProperty(Constrained bean, String propertyName, String prefix)
-
Constructor Details
-
ConstrainedUtils
public ConstrainedUtils()
-
-
Method Details
-
getConstrainedInstance
-
makeConstrainedInstance
-
getConstrainedProperty
-
getIdentityProperty
-
editConstrainedProperty
-
persistConstrainedProperty
public static boolean persistConstrainedProperty(Constrained bean, String propertyName, String prefix) -
saveConstrainedProperty
-