wt.dataops.objectcol.delegate
Class CreatedBetweenDatesAttrDelegate
java.lang.Object
wt.dataops.objectcol.resolution.AbsResolutionProcessor
wt.dataops.objectcol.resolution.BaseQueryProcessor
wt.dataops.objectcol.resolution.AttrQueryProcessor
wt.dataops.objectcol.delegate.CreatedBetweenDatesAttrDelegate
- All Implemented Interfaces:
- CollectionQueryProcessor, Externalizable, ResolutionProcessor, Serializable
- public class CreatedBetweenDatesAttrDelegate
- extends AttrQueryProcessor
- See Also:
- Serialized Form
Methods inherited from class wt.dataops.objectcol.resolution.AttrQueryProcessor |
appendAttrSearchCondition, createAttrSearchCondition, createAttrSearchCondition, createAttrSearchCondition, getAttrName, getOperator, getTypeOfAttr, getValues, initialize, process, readExternal, readVersion, setAttrName, setOperator, setValues, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatedBetweenDatesAttrDelegate
public CreatedBetweenDatesAttrDelegate()
createSearchConditionWithCorrectType
protected SearchCondition createSearchConditionWithCorrectType(Class clz,
String attrName,
Class attrType,
String attrValue)
throws WTException
- Overrides:
createSearchConditionWithCorrectType
in class AttrQueryProcessor
- Throws:
WTException
addDays
public static long addDays(Date date,
int days)
throws WTException
- Throws:
WTException