wt.dataops.objectcol.delegate
Class CreatedBetweenDatesAttrDelegate

java.lang.Object
  extended bywt.dataops.objectcol.resolution.AbsResolutionProcessor
      extended bywt.dataops.objectcol.resolution.BaseQueryProcessor
          extended bywt.dataops.objectcol.resolution.AttrQueryProcessor
              extended bywt.dataops.objectcol.delegate.CreatedBetweenDatesAttrDelegate
All Implemented Interfaces:
CollectionQueryProcessor, Externalizable, ResolutionProcessor, Serializable

public class CreatedBetweenDatesAttrDelegate
extends AttrQueryProcessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.dataops.objectcol.resolution.AttrQueryProcessor
EXTERNALIZATION_VERSION_UID, OLD_FORMAT_VERSION_UID
 
Fields inherited from class wt.dataops.objectcol.resolution.AbsResolutionProcessor
 
Constructor Summary
CreatedBetweenDatesAttrDelegate()
           
 
Method Summary
static long addDays(Date date, int days)
           
protected  SearchCondition createSearchConditionWithCorrectType(Class clz, String attrName, Class attrType, String attrValue)
           
 
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 wt.dataops.objectcol.resolution.BaseQueryProcessor
initialize, readVersion
 
Methods inherited from class wt.dataops.objectcol.resolution.AbsResolutionProcessor
getInputMap, getInputs, readVersion, setInputMap, setInputs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.dataops.objectcol.resolution.ResolutionProcessor
getInputMap, setInputMap
 

Constructor Detail

CreatedBetweenDatesAttrDelegate

public CreatedBetweenDatesAttrDelegate()
Method Detail

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