public class ValidationHelper extends Object
| Constructor and Description |
|---|
ValidationHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkRequiredField(Object fieldValue,
String errorProperty,
String... errorParms)
This method checks a required Object field value and registers an error if the
field value is null, or if a String, if field value is empty
|
boolean |
checkValuePositive(org.kuali.rice.core.api.util.type.KualiDecimal projectIncome,
String errorProperty,
String errorKey,
String... parms) |
public boolean checkRequiredField(Object fieldValue, String errorProperty, String... errorParms)
fieldValue - errorProperty - errorParms - Copyright © 2013 The Kuali Foundation. All Rights Reserved.