com.plumtree.remote.prc
Class DateQueryFilter

java.lang.Object
  extended bycom.plumtree.remote.prc.QueryFilter
      extended bycom.plumtree.remote.prc.DateQueryFilter

public class DateQueryFilter
extends QueryFilter

Query filter for filtering on date properties.


Constructor Summary
DateQueryFilter(ObjectProperty prop, Operator op, java.util.Date operand)
          Creates a query filter to filter based on the relation with the specified property.
 
Methods inherited from class com.plumtree.remote.prc.QueryFilter
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateQueryFilter

public DateQueryFilter(ObjectProperty prop,
                       Operator op,
                       java.util.Date operand)
Creates a query filter to filter based on the relation with the specified property. Allowed Operators are:
Operator.Equals
Operator.NotEquals
Operator.GreaterThan
Operator.GreaterThanOrEquals
Operator.LessThan
Operator.LessThanOrEquals

Parameters:
prop - the property to filter on
op - relation
operand - the operand to use to relate with the specified property
Throws:
InvalidQueryFilterException - if an invalid Operator is specified
See Also:
Operator


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.