|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBeanValidator
|
+--com.javelin.fpml.ird.BulletPaymentValidator
BulletPaymentValidator.java
null
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 |
public BulletPaymentValidator()
| Method Detail |
public void validateBulletPaymentKey(java.lang.Integer bulletPaymentKey,
BulletPayment bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateProductType(ProductType productType,
BulletPayment bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateProductId(ProductId productId,
BulletPayment bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validatePayment(Payment payment,
BulletPayment bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
protected void validateBulletPayment(Bean bean)
throws ValidationException
ValidationException
public void validateOnCreate(Bean bean)
throws ValidationException
ValidationException
public void validateOnStore(Bean bean)
throws ValidationException
ValidationException
public void validateOnRemove(Bean bean)
throws ValidationException
ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||