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

Constructor Summary
AmountScheduleValidator()
           
 
Method Summary
protected  void validateAmountSchedule(Bean bean)
           
 void validateAmountScheduleKey(java.lang.Integer amountScheduleKey, AmountSchedule bean, java.lang.String propertyName)
          Validate the AmountScheduleKey.
 void validateCurrency(Currency currency, AmountSchedule bean, java.lang.String propertyName)
          Validate the Currency.
 void validateOnCreate(Bean bean)
           
 void validateOnRemove(Bean bean)
           
 void validateOnStore(Bean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmountScheduleValidator

public AmountScheduleValidator()
Method Detail

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