| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.rules.fieldvalidators.AbstractFieldValidator
org.jaffa.rules.fieldvalidators.DateTimeFieldValidator
This implementation of the IFieldValidator ensures that the field has a DateTime value.
| Constructor Summary | |
| DateTimeFieldValidator() | |
| Method Summary | |
|  String | getLayout()Getter for property layout. | 
|  DateTime | getMaxValue()Getter for property maxValue. | 
|  DateTime | getMinValue()Getter for property minValue. | 
|  void | setLayout(String layout)Setter for property layout. | 
|  void | setMaxValue(DateTime maxValue)Setter for property maxValue. | 
|  void | setMinValue(DateTime minValue)Setter for property minValue. | 
|  void | validate()The RulesEngine will invoke this method to perform the field validation. | 
| Methods inherited from class org.jaffa.rules.fieldvalidators.AbstractFieldValidator | 
| cleanup, getLabelToken, getUow, getValue, init, setLabelToken, setUow, setValue | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DateTimeFieldValidator()
| Method Detail | 
public String getLayout()
public void setLayout(String layout)
layout - New value of property layout.public DateTime getMinValue()
public void setMinValue(DateTime minValue)
minValue - New value of property minValue.public DateTime getMaxValue()
public void setMaxValue(DateTime maxValue)
maxValue - New value of property maxValue.
public void validate()
              throws ValidationException,
                     FrameworkException
validate in interface IFieldValidatorvalidate in class AbstractFieldValidatorValidationException - if any validation rule fails.
FrameworkException - if any framework error occurs.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||