Class UniqueGroupNameFieldValidator
- java.lang.Object
-
- com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- com.atlassian.bamboo.ww2.validators.UniqueGroupNameFieldValidator
-
- All Implemented Interfaces:
com.opensymphony.xwork2.validator.FieldValidator
,com.opensymphony.xwork2.validator.ShortCircuitableValidator
,com.opensymphony.xwork2.validator.Validator
public class UniqueGroupNameFieldValidator extends com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
Validator used to validate that group name is unique
-
-
Constructor Summary
Constructors Constructor Description UniqueGroupNameFieldValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBambooUserManager(BambooUserManager bambooUserManager)
void
validate(Object object)
-
Methods inherited from class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
getCurrentValue, getFieldName, getValidatorType, setFieldName, setValidatorType
-
Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
addActionError, addFieldError, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getMessageParameters, getValidatorContext, isShortCircuit, parse, setDefaultMessage, setMessageKey, setMessageParameters, setShortCircuit, setTextProviderFactory, setValidatorContext, setValueStack
-
-
-
-
Method Detail
-
validate
public void validate(Object object) throws com.opensymphony.xwork2.validator.ValidationException
- Throws:
com.opensymphony.xwork2.validator.ValidationException
-
setBambooUserManager
public void setBambooUserManager(BambooUserManager bambooUserManager)
-
-