org.tynamo.base
Class GenericLuceneModelSearch
java.lang.Object
org.tynamo.base.GenericModelSearch
org.tynamo.base.GenericLuceneModelSearch
public abstract class GenericLuceneModelSearch
- extends GenericModelSearch
|
Method Summary |
protected abstract org.apache.tapestry5.grid.GridDataSource |
createGridDataSource()
|
protected abstract org.apache.tapestry5.grid.GridDataSource |
createGridDataSource(org.apache.lucene.search.Query query)
|
org.apache.tapestry5.grid.GridDataSource |
getGridDataSource()
The source of data for the Grid to display. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericLuceneModelSearch
public GenericLuceneModelSearch()
getGridDataSource
public org.apache.tapestry5.grid.GridDataSource getGridDataSource()
- The source of data for the Grid to display. This will usually be a List or array but can also be an explicit GridDataSource
- Specified by:
getGridDataSource in class GenericModelSearch
- Throws:
org.apache.lucene.queryParser.ParseException
createGridDataSource
protected abstract org.apache.tapestry5.grid.GridDataSource createGridDataSource()
createGridDataSource
protected abstract org.apache.tapestry5.grid.GridDataSource createGridDataSource(org.apache.lucene.search.Query query)
Copyright © 2004-2012. All Rights Reserved.