com.atlassian.bamboo.ww2.validators
Class UniqueAuthorNameValidator

java.lang.Object
  extended by FieldValidatorSupport
      extended by com.atlassian.bamboo.ww2.validators.UniqueAuthorNameValidator

public class UniqueAuthorNameValidator
extends FieldValidatorSupport

Validator used to validate that group name is unique


Constructor Summary
UniqueAuthorNameValidator(ExtendedAuthorManager extendedAuthorManager)
           
 
Method Summary
 String getKeyFieldName()
           
 String getValueFieldName()
           
 void setKeyFieldName(String keyFieldName)
           
 void setValueFieldName(String valueFieldName)
           
 void validate(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueAuthorNameValidator

public UniqueAuthorNameValidator(ExtendedAuthorManager extendedAuthorManager)
Method Detail

validate

public void validate(Object object)
              throws ValidationException
Throws:
ValidationException

getKeyFieldName

public String getKeyFieldName()

setKeyFieldName

public void setKeyFieldName(String keyFieldName)

getValueFieldName

public String getValueFieldName()

setValueFieldName

public void setValueFieldName(String valueFieldName)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.