|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.osesb.validationbeans.ValidationBean
org.osesb.messagepipeline.test.builtinstagesunittest.ValidationBean_ValidateCDElementPrice
public class ValidationBean_ValidateCDElementPrice
ValidationBean_ValidateCDElementPrice extends XMLValidationBeanPipelineStage to that a propagated cd element has a valid a price does not exceed 24.99.
| Field Summary |
|---|
| Fields inherited from class org.osesb.validationbeans.ValidationBean |
|---|
jdbcConnectionManager, log, thisClassName, validationBeanConfiguration, validationBeanException |
| Constructor Summary | |
|---|---|
ValidationBean_ValidateCDElementPrice(ValidationBeanConfiguration validationBeanConfiguration)
Creates a new instance of a ValidationBean with a ValidationBeanConfiguration. |
|
| Method Summary | |
|---|---|
ProcessingContext |
evaluate(java.lang.Object obj)
The ValidationBean evaluate() method. |
| Methods inherited from class org.osesb.validationbeans.ValidationBean |
|---|
closeJDBCConnection, closeJDBCConnection, executeQuery, getJDBCConnection, getValidationBeanConfiguration, handleAssertionException, loadJDBCConnectionManager, releaseJDBCConnection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationBean_ValidateCDElementPrice(ValidationBeanConfiguration validationBeanConfiguration)
validationBeanConfiguration - A ValidationBeanConfiguration| Method Detail |
|---|
public ProcessingContext evaluate(java.lang.Object obj)
throws java.lang.Exception,
ValidationBeanException
evaluate in class ValidationBeanobj - The String object (xmlText) to apply constraints to.
java.lang.Exception - if invoked with a obj eaiMessage or if an
internal error occurs during validation.
ValidationBeanException - if one or more constraints fail.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||