Class ConstrainedUtils

java.lang.Object
rife.validation.ConstrainedUtils

public class ConstrainedUtils extends Object
  • Constructor Details

    • ConstrainedUtils

      public ConstrainedUtils()
  • Method Details

    • getConstrainedInstance

      public static Constrained getConstrainedInstance(Class beanClass)
    • makeConstrainedInstance

      public static Constrained makeConstrainedInstance(Object bean)
    • getConstrainedProperty

      public static ConstrainedProperty getConstrainedProperty(Object bean, String name)
    • getIdentityProperty

      public static String getIdentityProperty(Class beanClass)
    • editConstrainedProperty

      public static boolean editConstrainedProperty(Constrained bean, String propertyName, String prefix)
    • persistConstrainedProperty

      public static boolean persistConstrainedProperty(Constrained bean, String propertyName, String prefix)
    • saveConstrainedProperty

      public static boolean saveConstrainedProperty(Constrained bean, String propertyName, String prefix)