© 2005 BEA Systems, Inc.

com.beasys.commerce.foundation.expression
Interface Search

All Superinterfaces:
Cloneable, Comparable, Serializable
All Known Implementing Classes:
SearchImpl

Deprecated. Use Search instead.

public interface Search
extends Comparable, Cloneable, Serializable

This represents parameters for searching for objects, specifically Content objects.

Attribute: maxReturn Attribute: sort Attribute: expression

See Also:
SearchHome, SearchImpl, ExpressionHelper

Method Summary
 Expression getExpression()
          Deprecated. Get the search expression.
 long getMaxReturn()
          Deprecated. Get the maximum number of objects to return.
 String getSort()
          Deprecated. Get the sort criteria.
 String interfaceName()
          Deprecated. Get the interface name.
 void setByValue(Object val)
          Deprecated. Set this object.
 void setExpression(Expression expression)
          Deprecated. Set the search expression.
 void setMaxReturn(long maxReturn)
          Deprecated. Set the maximum number of objects to return.
 void setSort(String sort)
          Deprecated. Set the sort criteria.
 Object value()
          Deprecated. Get a value object initialized from this.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getExpression

public Expression getExpression()
Deprecated. 
Get the search expression.


getMaxReturn

public long getMaxReturn()
Deprecated. 
Get the maximum number of objects to return.


getSort

public String getSort()
Deprecated. 
Get the sort criteria.


interfaceName

public String interfaceName()
Deprecated. 
Get the interface name.


setByValue

public void setByValue(Object val)
Deprecated. 
Set this object.


setExpression

public void setExpression(Expression expression)
Deprecated. 
Set the search expression.


setMaxReturn

public void setMaxReturn(long maxReturn)
Deprecated. 
Set the maximum number of objects to return.


setSort

public void setSort(String sort)
Deprecated. 
Set the sort criteria.


value

public Object value()
Deprecated. 
Get a value object initialized from this.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved