BEA Systems, Inc.

com.beasys.commerce.foundation.expression
Interface Search

All Known Implementing Classes:
SearchImpl

public interface Search
extends Belonging

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()
          Get the search expression.
 long getMaxReturn()
          Get the maximum number of objects to return.
 java.lang.String getSort()
          Get the sort criteria.
 void setExpression(Expression expression)
          Set the search expression.
 void setMaxReturn(long maxReturn)
          Set the maximum number of objects to return.
 void setSort(java.lang.String sort)
          Set the sort criteria.
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getMaxReturn

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

setMaxReturn

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

getSort

public java.lang.String getSort()
Get the sort criteria.

setSort

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

getExpression

public Expression getExpression()
Get the search expression.

setExpression

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved