wt.query
Class DoSearchProcessor.DoSearchDelegate
java.lang.Object
wt.query.DoSearchProcessor.DoSearchDelegate
- Enclosing class:
- DoSearchProcessor
- class DoSearchProcessor.DoSearchDelegate
- extends Object
A utility class that maintains state inbetween calls to doSearch() from within the same instance of a
DoSearchProcessor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
results
private SortedEnumeration results
classes
private Object[] classes
attributes
private Object[] attributes
links
private Object[] links
headerPDs
private Vector headerPDs
searchCriteria
private String searchCriteria
tableHeader
private String tableHeader
rowCount
private int rowCount
visited
private boolean visited
criteria
private Hashtable criteria
DoSearchProcessor.DoSearchDelegate
public DoSearchProcessor.DoSearchDelegate(Hashtable criteria)
getRowCount
public int getRowCount()
setRowCount
public void setRowCount(int rowCount)
setVisited
public void setVisited(boolean visited)
wasVisited
public boolean wasVisited()
getResults
public SortedEnumeration getResults(String queryValue,
Locale locale)
throws WTException,
WTPropertyVetoException
- Throws:
WTException
WTPropertyVetoException
getSearchCriteria
public String getSearchCriteria(Locale locale)
throws WTException
- Throws:
WTException
getTableHeader
public String getTableHeader(Locale locale)
throws WTException
- Throws:
WTException
getClasses
public Object[] getClasses()
throws NullPointerException
- Throws:
NullPointerException
getAttributes
public Object[] getAttributes()
throws NullPointerException
- Throws:
NullPointerException
getLinks
public Object[] getLinks()
throws NullPointerException
- Throws:
NullPointerException