|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBeanValidator
|
+--com.javelin.fpml.shared.BusinessCenterTimeValidator
BusinessCenterTimeValidator.java
null
BusinessCenterTime,
Serialized Form| Constructor Summary | |
BusinessCenterTimeValidator()
|
|
| Method Summary | |
void |
validateBusinessCenter(BusinessCenter businessCenter,
BusinessCenterTime bean,
java.lang.String propertyName)
Validate the BusinessCenter. |
protected void |
validateBusinessCenterTime(Bean bean)
|
void |
validateBusinessCenterTimeKey(java.lang.Integer businessCenterTimeKey,
BusinessCenterTime bean,
java.lang.String propertyName)
Validate the BusinessCenterTimeKey. |
void |
validateHourMinuteTime(java.sql.Time hourMinuteTime,
BusinessCenterTime bean,
java.lang.String propertyName)
Validate the HourMinuteTime. |
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 |
public BusinessCenterTimeValidator()
| Method Detail |
public void validateBusinessCenterTimeKey(java.lang.Integer businessCenterTimeKey,
BusinessCenterTime bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateHourMinuteTime(java.sql.Time hourMinuteTime,
BusinessCenterTime bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
public void validateBusinessCenter(BusinessCenter businessCenter,
BusinessCenterTime bean,
java.lang.String propertyName)
throws ValidationException
ValidationException
protected void validateBusinessCenterTime(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 | |||||||||