Search Interface

DEPRECATED Use com.bea.p13n.content.expression.Search instead.

com.beasys.commerce.foundation.expression
Search Interface

public interface Search

    extends Cloneable, Comparable, Serializable

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

Attribute: maxReturn Attribute: sort Attribute: expression

Related Topics

SearchHome
SearchImpl
ExpressionHelper


All Known Implementing Classes
com.beasys.commerce.foundation.expression.SearchImpl
All Superinterfaces
Cloneable, Comparable, Serializable

Method Summary

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

Method Detail

getExpression() Method

public Expression getExpression()
Get the search expression.


getMaxReturn() Method

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


getSort() Method

public String getSort()
Get the sort criteria.


interfaceName() Method

public String interfaceName()
Get the interface name.


setByValue(Object) Method

public void setByValue(Object val)
Set this object.


setExpression(Expression) Method

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


setMaxReturn(long) Method

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


setSort(String) Method

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


value() Method

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