com.javelin.fpml.ird
Class BulletPaymentValidator

java.lang.Object
  |
  +--AbstractBeanValidator
        |
        +--com.javelin.fpml.ird.BulletPaymentValidator

public class BulletPaymentValidator
extends AbstractBeanValidator

BulletPaymentValidator.java

null

Author:
Javelin Software
See Also:
BulletPayment, Serialized Form

Constructor Summary
BulletPaymentValidator()
           
 
Method Summary
protected  void validateBulletPayment(Bean bean)
           
 void validateBulletPaymentKey(java.lang.Integer bulletPaymentKey, BulletPayment bean, java.lang.String propertyName)
          Validate the BulletPaymentKey.
 void validateOnCreate(Bean bean)
           
 void validateOnRemove(Bean bean)
           
 void validateOnStore(Bean bean)
           
 void validatePayment(Payment payment, BulletPayment bean, java.lang.String propertyName)
          Validate the Payment.
 void validateProductId(ProductId productId, BulletPayment bean, java.lang.String propertyName)
          Validate the ProductId.
 void validateProductType(ProductType productType, BulletPayment bean, java.lang.String propertyName)
          Validate the ProductType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulletPaymentValidator

public BulletPaymentValidator()
Method Detail

validateBulletPaymentKey

public void validateBulletPaymentKey(java.lang.Integer bulletPaymentKey,
                                     BulletPayment bean,
                                     java.lang.String propertyName)
                              throws ValidationException
Validate the BulletPaymentKey.

ValidationException

validateProductType

public void validateProductType(ProductType productType,
                                BulletPayment bean,
                                java.lang.String propertyName)
                         throws ValidationException
Validate the ProductType.

ValidationException

validateProductId

public void validateProductId(ProductId productId,
                              BulletPayment bean,
                              java.lang.String propertyName)
                       throws ValidationException
Validate the ProductId.

ValidationException

validatePayment

public void validatePayment(Payment payment,
                            BulletPayment bean,
                            java.lang.String propertyName)
                     throws ValidationException
Validate the Payment.

ValidationException

validateBulletPayment

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