com.javelin.fpml.shared
Class AmountScheduleValidator
java.lang.Object
|
+--AbstractBeanValidator
|
+--com.javelin.fpml.shared.AmountScheduleValidator
- public class AmountScheduleValidator
- extends AbstractBeanValidator
AmountScheduleValidator.java
null
- Author:
- Javelin Software
- See Also:
AmountSchedule,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AmountScheduleValidator
public AmountScheduleValidator()
validateAmountScheduleKey
public void validateAmountScheduleKey(java.lang.Integer amountScheduleKey,
AmountSchedule bean,
java.lang.String propertyName)
throws ValidationException
- Validate the AmountScheduleKey.
ValidationException
validateCurrency
public void validateCurrency(Currency currency,
AmountSchedule bean,
java.lang.String propertyName)
throws ValidationException
- Validate the Currency.
ValidationException
validateAmountSchedule
protected void validateAmountSchedule(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