Package rife.validation
Class ConstrainedUtils
java.lang.Object
rife.validation.ConstrainedUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
editConstrainedProperty
(Constrained bean, String propertyName, String prefix) static Constrained
getConstrainedInstance
(Class beanClass) static ConstrainedProperty
getConstrainedProperty
(Object bean, String name) static String
getIdentityProperty
(Class beanClass) static Constrained
static boolean
persistConstrainedProperty
(Constrained bean, String propertyName, String prefix) static boolean
saveConstrainedProperty
(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
-