com.javelin.fpml.shared
Class BusinessCenterTimeValidator

java.lang.Object
  |
  +--AbstractBeanValidator
        |
        +--com.javelin.fpml.shared.BusinessCenterTimeValidator

public class BusinessCenterTimeValidator
extends AbstractBeanValidator

BusinessCenterTimeValidator.java

null

Author:
Javelin Software
See Also:
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

BusinessCenterTimeValidator

public BusinessCenterTimeValidator()
Method Detail

validateBusinessCenterTimeKey

public void validateBusinessCenterTimeKey(java.lang.Integer businessCenterTimeKey,
                                          BusinessCenterTime bean,
                                          java.lang.String propertyName)
                                   throws ValidationException
Validate the BusinessCenterTimeKey.

ValidationException

validateHourMinuteTime

public void validateHourMinuteTime(java.sql.Time hourMinuteTime,
                                   BusinessCenterTime bean,
                                   java.lang.String propertyName)
                            throws ValidationException
Validate the HourMinuteTime.

ValidationException

validateBusinessCenter

public void validateBusinessCenter(BusinessCenter businessCenter,
                                   BusinessCenterTime bean,
                                   java.lang.String propertyName)
                            throws ValidationException
Validate the BusinessCenter.

ValidationException

validateBusinessCenterTime

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