com.javelin.fpml.shared
Class AdjustableOrRelativeDatesValidator

java.lang.Object
  |
  +--AbstractBeanValidator
        |
        +--com.javelin.fpml.shared.AdjustableOrRelativeDatesValidator

public class AdjustableOrRelativeDatesValidator
extends AbstractBeanValidator

AdjustableOrRelativeDatesValidator.java

null

Author:
Javelin Software
See Also:
AdjustableOrRelativeDates, Serialized Form

Constructor Summary
AdjustableOrRelativeDatesValidator()
           
 
Method Summary
 void validateAdjustableDates(AdjustableDates adjustableDates, AdjustableOrRelativeDates bean, java.lang.String propertyName)
          Validate the AdjustableDates.
protected  void validateAdjustableOrRelativeDates(Bean bean)
           
 void validateAdjustableOrRelativeDatesKey(java.lang.Integer adjustableOrRelativeDatesKey, AdjustableOrRelativeDates bean, java.lang.String propertyName)
          Validate the AdjustableOrRelativeDatesKey.
 void validateOnCreate(Bean bean)
           
 void validateOnRemove(Bean bean)
           
 void validateOnStore(Bean bean)
           
 void validateRelativeDates(RelativeDates relativeDates, AdjustableOrRelativeDates bean, java.lang.String propertyName)
          Validate the RelativeDates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjustableOrRelativeDatesValidator

public AdjustableOrRelativeDatesValidator()
Method Detail

validateAdjustableOrRelativeDatesKey

public void validateAdjustableOrRelativeDatesKey(java.lang.Integer adjustableOrRelativeDatesKey,
                                                 AdjustableOrRelativeDates bean,
                                                 java.lang.String propertyName)
                                          throws ValidationException
Validate the AdjustableOrRelativeDatesKey.

ValidationException

validateAdjustableDates

public void validateAdjustableDates(AdjustableDates adjustableDates,
                                    AdjustableOrRelativeDates bean,
                                    java.lang.String propertyName)
                             throws ValidationException
Validate the AdjustableDates.

ValidationException

validateRelativeDates

public void validateRelativeDates(RelativeDates relativeDates,
                                  AdjustableOrRelativeDates bean,
                                  java.lang.String propertyName)
                           throws ValidationException
Validate the RelativeDates.

ValidationException

validateAdjustableOrRelativeDates

protected void validateAdjustableOrRelativeDates(Bean bean)
                                          throws ValidationException
ValidationException

validateOnCreate

public void validateOnCreate(Bean bean)
                      throws ValidationException
ValidationException

validateOnStore

public void validateOnStore(Bean bean)
                     throws ValidationException
ValidationException

validateOnRemove

public void validateOnRemove(Bean bean)
                      throws ValidationException
ValidationException