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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessCenterValidator
public BusinessCenterValidator()
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