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

value

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


setByValue

void setByValue(Object val)
Deprecated 
Set this object.


interfaceName

String interfaceName()
Deprecated 
Get the interface name.


getMaxReturn

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


setMaxReturn

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


getSort

String getSort()
Deprecated 
Get the sort criteria.


setSort

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


getExpression

Expression getExpression()
Deprecated 
Get the search expression.


setExpression

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



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.