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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticExerciseValidator
public AutomaticExerciseValidator()
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