Open SiteSearch 4.1.1
Final

ORG.oclc.obi.extverb
Class ThesaurusQuery

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.webz.ZVerb
              |
              +--ORG.oclc.webz.ZQueryHandler
                    |
                    +--ORG.oclc.webz.QUERY
                          |
                          +--ORG.oclc.obi.extverb.ThesaurusQuery

public class ThesaurusQuery
extends QUERY

The ThesaurusQuery class is a specialized QUERY Verb for retrieving results to create the thesaurus tree display. If first gets the number of postings for the term, then retrieves all the records in the set.

See Also:
QUERY, DataPairs, RequestManager,

Fields inherited from class ORG.oclc.webz.QUERY
localformat, sResults
 
Fields inherited from class ORG.oclc.webz.ZVerb
bytesIn, bytesOut, dbGroupSearch, dbname, fmtClass, format, inputQueryInfo, numrecs, postings, ranked, recno, resultSetName, sorting, tempDb, traceMsgs, z39session, zDb, zQueryTerm, zServer, zUserData
 
Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
ThesaurusQuery()
          Constructs an ThesaurusQuery object.
 
Method Summary
 void runit(RequestManager rMngr)
          Exectues the ThesaurusQuery Verb using the input parameters contained in the RequestManager object.
 
Methods inherited from class ORG.oclc.webz.QUERY
doDeleteResultSet, doPresent, doQuery, parseParms, resumeQuery, runit
 
Methods inherited from class ORG.oclc.webz.ZQueryHandler
getErrMsg, getErrno, parse
 
Methods inherited from class ORG.oclc.webz.ZVerb
doAccessControl, doSort, initZUser, restoreDbState, saveDbState, saveRecs, toString
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThesaurusQuery

public ThesaurusQuery()
Constructs an ThesaurusQuery object.
Method Detail

runit

public void runit(RequestManager rMngr)
Exectues the ThesaurusQuery Verb using the input parameters contained in the RequestManager object.
Overrides:
runit in class QUERY

Open SiteSearch 4.1.1
Final