org.ikasan.console.web.command
Class UserCriteriaValidator

java.lang.Object
  extended by org.ikasan.console.web.command.UserCriteriaValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class UserCriteriaValidator
extends Object
implements org.springframework.validation.Validator

The validator for users

Author:
Ikasan Development Team

Constructor Summary
UserCriteriaValidator()
          Constructor
 
Method Summary
 boolean supports(Class clazz)
          Warning suppressed because .equals method does not support Generics (non-Javadoc)
 void validate(Object arg0, org.springframework.validation.Errors arg1)
          Unused
 void validate(Object object, List<String> errors)
          Validate the UserCriteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCriteriaValidator

public UserCriteriaValidator()
Constructor

Method Detail

supports

public boolean supports(Class clazz)
Warning suppressed because .equals method does not support Generics (non-Javadoc)

Specified by:
supports in interface org.springframework.validation.Validator
See Also:
Validator.supports(java.lang.Class)

validate

public void validate(Object object,
                     List<String> errors)
Validate the UserCriteria

Parameters:
object - - UserCriteria to validate
errors - - Errors to 'return' (if any).

validate

public void validate(Object arg0,
                     org.springframework.validation.Errors arg1)
Unused

Specified by:
validate in interface org.springframework.validation.Validator
See Also:
Validator.validate(java.lang.Object, org.springframework.validation.Errors)


Copyright © 2007-2014 Ikasan. All Rights Reserved.