|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBeanValidator
|
+--com.javelin.fpml.shared.AdjustableOrRelativeDatesValidator
AdjustableOrRelativeDatesValidator.java
null
AdjustableOrRelativeDates,
Serialized Form| Constructor Summary | |
AdjustableOrRelativeDatesValidator()
|
|
| Method Summary | |
void |
validateAdjustableDates(AdjustableDates adjustableDates,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
Validate the AdjustableDates. |
protected void |
validateAdjustableOrRelativeDates(Bean bean)
|
void |
validateAdjustableOrRelativeDatesKey(java.lang.Integer adjustableOrRelativeDatesKey,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
Validate the AdjustableOrRelativeDatesKey. |
void |
validateOnCreate(Bean bean)
|
void |
validateOnRemove(Bean bean)
|
void |
validateOnStore(Bean bean)
|
void |
validateRelativeDates(RelativeDates relativeDates,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
Validate the RelativeDates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AdjustableOrRelativeDatesValidator()
| Method Detail |
public void validateAdjustableOrRelativeDatesKey(java.lang.Integer adjustableOrRelativeDatesKey,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateAdjustableDates(AdjustableDates adjustableDates,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateRelativeDates(RelativeDates relativeDates,
AdjustableOrRelativeDates bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
protected void validateAdjustableOrRelativeDates(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 | |||||||||