com.ptc.windchill.cadx.search
Class DoIntegratedSearchProcessor.DoIntegratedSearchDelegate
java.lang.Object
com.ptc.windchill.cadx.search.DoIntegratedSearchProcessor.DoIntegratedSearchDelegate
- Enclosing class:
- DoIntegratedSearchProcessor
- class DoIntegratedSearchProcessor.DoIntegratedSearchDelegate
- extends Object
A utility class that maintains state inbetween calls to doIntegratedSearch() from within the same instance of a
DoIntegratedSearchProcessor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
results
private QueryResult results
classes
private Object[] classes
attributes
private Object[] attributes
links
private Object[] links
headerPDs
private Vector headerPDs
sortList
private Vector sortList
searchCriteria
private String searchCriteria
tableHeader
private String tableHeader
sessionId
private long sessionId
keyword
private String keyword
st
private IntegratedSearchTask st
totalSize
private int totalSize
isCustomSearch
private boolean isCustomSearch
locale
public Locale locale
criteria
private Hashtable criteria
DoIntegratedSearchProcessor.DoIntegratedSearchDelegate
public DoIntegratedSearchProcessor.DoIntegratedSearchDelegate(IntegratedSearchTask st,
QueryResult results,
String queryValue,
Locale locale)
throws WTException,
WTPropertyVetoException
DoIntegratedSearchProcessor.DoIntegratedSearchDelegate
public DoIntegratedSearchProcessor.DoIntegratedSearchDelegate(Hashtable criteria,
String keyword)
getResults
public QueryResult getResults()
getTotalSize
public int getTotalSize()
getSessionId
public long getSessionId()
getResults
public QueryResult getResults(String queryValue,
int pageOffset,
long sessionId,
Locale locale)
throws WTException,
WTPropertyVetoException
- Throws:
WTException
WTPropertyVetoException
getSearchCriteria
public String getSearchCriteria(Locale locale)
throws WTException
- Throws:
WTException
createModifyCriteriaHTML
private String createModifyCriteriaHTML(String query_value,
Locale locale)
throws WTException
- Throws:
WTException
getTableHeader
public String getTableHeader(boolean thumbnail,
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