org.opennms.web.validator
Class StatisticsReportCommandValidator

java.lang.Object
  extended by org.opennms.web.validator.StatisticsReportCommandValidator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.validation.Validator

public class StatisticsReportCommandValidator
extends Object
implements org.springframework.validation.Validator, org.springframework.beans.factory.InitializingBean

Command validator for StatisticsReportCommand.

Author:
DJ Gregor
See Also:
StatisticsReportCommand

Constructor Summary
StatisticsReportCommandValidator()
           
 
Method Summary
 void afterPropertiesSet()
           
 StatisticsReportDao getStatisticsReportDao()
           
 void setStatisticsReportDao(StatisticsReportDao statisticsReportDao)
           
 boolean supports(Class clazz)
           
 void validate(Object obj, org.springframework.validation.Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsReportCommandValidator

public StatisticsReportCommandValidator()
Method Detail

supports

public boolean supports(Class clazz)
Specified by:
supports in interface org.springframework.validation.Validator

validate

public void validate(Object obj,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean

getStatisticsReportDao

public StatisticsReportDao getStatisticsReportDao()

setStatisticsReportDao

public void setStatisticsReportDao(StatisticsReportDao statisticsReportDao)


Copyright © 2009. All Rights Reserved.