org.ikasan.console.web.command
Class WiretapSearchCriteriaValidator

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

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

The search criteria validator for wire tap searches

Author:
Ikasan Development Team

Constructor Summary
WiretapSearchCriteriaValidator()
          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 WiretapSearchCriteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiretapSearchCriteriaValidator

public WiretapSearchCriteriaValidator()
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 WiretapSearchCriteria

Parameters:
object - - WiretapSearchCriteria 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.