|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.condition.AbstractCondition
org.springmodules.validation.util.condition.TypeSpecificCondition
org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition
org.springmodules.validation.util.condition.date.jodatime.AbstractInstantCondition
public abstract class AbstractInstantCondition
A base class for all joda-time date related conditions.
| Constructor Summary | |
|---|---|
protected |
AbstractInstantCondition()
Constructs a new AbstractInstantCondition. |
| Method Summary | |
|---|---|
protected abstract boolean |
checkInstant(ReadableInstant instant)
|
boolean |
doCheck(java.lang.Object object)
See AbstractCondition.doCheck(Object). |
| Methods inherited from class org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition |
|---|
beforeObjectChecked |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractInstantCondition()
| Method Detail |
|---|
public final boolean doCheck(java.lang.Object object)
AbstractCondition.doCheck(Object).
Casts the given object to a ReadableInstant and delegates the call to
#checkInstant(org.joda.time.ReadableInstant).
doCheck in class AbstractConditionobject - The object to be checked.
true if the given object adheres to this condition, false otherwise.protected abstract boolean checkInstant(ReadableInstant instant)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||