com.arsdigita.search
Class SearchSpecification
java.lang.Object
com.arsdigita.search.intermedia.SearchSpecification
com.arsdigita.search.SearchSpecification
Deprecated. moved to com.arsdigita.search.intermedia package
- public class SearchSpecification
- extends SearchSpecification
- See Also:
SearchSpecification
Methods inherited from class com.arsdigita.search.intermedia.SearchSpecification |
getColumns, getMaxResultRows, getPage, getParameter, getRowsPerPage, getSelect, reformatSqlForPage, setMaxResultRows, setParameter, setRowsPerPage, setSelect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSpecification
public SearchSpecification(String sql,
String[] columns,
int maxRows,
int rowsPerPage)
- Deprecated.
- Create a SearchSpecification object.
- Parameters:
sql
- Sql select statement to perform the search. See
example above.columns
- The names of columns returned by the
search.maxRows
- The maximum number of result rows retrieved
by the search.rowsPerPage
- The maximum number of rows per result
page returned by method getPage.
SearchSpecification
public SearchSpecification(String sql,
String[] columns)
- Deprecated.
- Create a SearchSpecification object, using the default values
for maxRows and rowsPerPage.
- Parameters:
sql
- Sql select statement to perform the search. See
example above.columns
- The names of columns returned by the
search.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC