com.javelin.fpml.schemes
Class BusinessCenterValidator

java.lang.Object
  |
  +--AbstractBeanValidator
        |
        +--com.javelin.fpml.schemes.BusinessCenterValidator

public class BusinessCenterValidator
extends AbstractBeanValidator

BusinessCenterValidator.java

null

Author:
Javelin Software
See Also:
BusinessCenter, Serialized Form

Constructor Summary
BusinessCenterValidator()
           
 
Method Summary
protected  void validateBusinessCenter(Bean bean)
           
 void validateBusinessCenterKey(java.lang.Integer businessCenterKey, BusinessCenter bean, java.lang.String propertyName)
          Validate the BusinessCenterKey.
 void validateBusinessCenters(BusinessCenters businessCenters, BusinessCenter bean, java.lang.String propertyName)
          Validate the BusinessCenters.
 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

BusinessCenterValidator

public BusinessCenterValidator()
Method Detail

validateBusinessCenterKey

public void validateBusinessCenterKey(java.lang.Integer businessCenterKey,
                                      BusinessCenter bean,
                                      java.lang.String propertyName)
                               throws ValidationException
Validate the BusinessCenterKey.

ValidationException

validateBusinessCenters

public void validateBusinessCenters(BusinessCenters businessCenters,
                                    BusinessCenter bean,
                                    java.lang.String propertyName)
                             throws ValidationException
Validate the BusinessCenters.

ValidationException

validateBusinessCenter

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