com.javelin.fpml.shared
Class BusinessCentersValidator

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

public class BusinessCentersValidator
extends AbstractBeanValidator

BusinessCentersValidator.java

null

Author:
Javelin Software
See Also:
BusinessCenters, Serialized Form

Constructor Summary
BusinessCentersValidator()
           
 
Method Summary
protected  void validateBusinessCenters(Bean bean)
           
 void validateBusinessCentersKey(java.lang.Integer businessCentersKey, BusinessCenters bean, java.lang.String propertyName)
          Validate the BusinessCentersKey.
 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

BusinessCentersValidator

public BusinessCentersValidator()
Method Detail

validateBusinessCentersKey

public void validateBusinessCentersKey(java.lang.Integer businessCentersKey,
                                       BusinessCenters bean,
                                       java.lang.String propertyName)
                                throws ValidationException
Validate the BusinessCentersKey.

ValidationException

validateBusinessCenters

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