org.opennms.web.validator
Class DistributedStatusDetailsValidator

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

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

Author:
DJ Gregor

Constructor Summary
DistributedStatusDetailsValidator()
           
 
Method Summary
 void afterPropertiesSet()
           
 ApplicationDao getApplicationDao()
           
 LocationMonitorDao getLocationMonitorDao()
           
 void setApplicationDao(ApplicationDao applicationDao)
           
 void setLocationMonitorDao(LocationMonitorDao locationMonitorDao)
           
 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

DistributedStatusDetailsValidator

public DistributedStatusDetailsValidator()
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

getApplicationDao

public ApplicationDao getApplicationDao()

setApplicationDao

public void setApplicationDao(ApplicationDao applicationDao)

getLocationMonitorDao

public LocationMonitorDao getLocationMonitorDao()

setLocationMonitorDao

public void setLocationMonitorDao(LocationMonitorDao locationMonitorDao)


Copyright © 2009. All Rights Reserved.