com.javelin.fpml.shared
Class AutomaticExerciseValidator

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

public class AutomaticExerciseValidator
extends AbstractBeanValidator

AutomaticExerciseValidator.java

null

Author:
Javelin Software
See Also:
AutomaticExercise, Serialized Form

Constructor Summary
AutomaticExerciseValidator()
           
 
Method Summary
protected  void validateAutomaticExercise(Bean bean)
           
 void validateAutomaticExerciseKey(java.lang.Integer automaticExerciseKey, AutomaticExercise bean, java.lang.String propertyName)
          Validate the AutomaticExerciseKey.
 void validateOnCreate(Bean bean)
           
 void validateOnRemove(Bean bean)
           
 void validateOnStore(Bean bean)
           
 void validateThresholdRate(java.math.BigDecimal thresholdRate, AutomaticExercise bean, java.lang.String propertyName)
          Validate the ThresholdRate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticExerciseValidator

public AutomaticExerciseValidator()
Method Detail

validateAutomaticExerciseKey

public void validateAutomaticExerciseKey(java.lang.Integer automaticExerciseKey,
                                         AutomaticExercise bean,
                                         java.lang.String propertyName)
                                  throws ValidationException
Validate the AutomaticExerciseKey.

ValidationException

validateThresholdRate

public void validateThresholdRate(java.math.BigDecimal thresholdRate,
                                  AutomaticExercise bean,
                                  java.lang.String propertyName)
                           throws ValidationException
Validate the ThresholdRate.

ValidationException

validateAutomaticExercise

protected void validateAutomaticExercise(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