org.opennms.web.report.database
Class DeliveryOptionsValidator

java.lang.Object
  extended by org.opennms.web.report.database.DeliveryOptionsValidator

public class DeliveryOptionsValidator
extends Object

DeliveryOptionsValidator class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
DeliveryOptionsValidator()
           
 
Method Summary
 void setReportSchedulerService(SchedulerService reportSchedulerService)
          setReportSchedulerService
 void validateDeliveryOptions(DeliveryOptions deliveryOptions, org.springframework.binding.validation.ValidationContext context)
          validateDeliveryOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryOptionsValidator

public DeliveryOptionsValidator()
Method Detail

validateDeliveryOptions

public void validateDeliveryOptions(DeliveryOptions deliveryOptions,
                                    org.springframework.binding.validation.ValidationContext context)

validateDeliveryOptions

Parameters:
deliveryOptions - a DeliveryOptions object.
context - a ValidationContext object.

setReportSchedulerService

public void setReportSchedulerService(SchedulerService reportSchedulerService)

setReportSchedulerService

Parameters:
reportSchedulerService - a SchedulerService object.


Copyright © 2011. All Rights Reserved.