ORG.oclc.obi.extverb
Class TopicQuery
java.lang.Object
|
+--ORG.oclc.webz.Verb
|
+--ORG.oclc.webz.ZVerb
|
+--ORG.oclc.webz.ZQueryHandler
|
+--ORG.oclc.webz.QUERY
|
+--ORG.oclc.obi.extverb.TopicQuery
- public class TopicQuery
- extends QUERY
The TopicQuery class is a specialized QUERY Verb to customize
queries from the quick search option on the SiteSearch OBI
database selection page. TopicQuery uses input parameters
contained in the RequestManager object. A successful execution
of TopicQuery is a search executed for the specified topics areas.
A failure can occur if there is no topic area chosen for the
search and the bad page is set up in the RequestManager object.
TopicQuery creates a custom dbname widget for the QUERY based on
all the database names for all the topics found in the URL widgets
named TopicArea. It then executes the logic in the QUERY
Verb.
- See Also:
QUERY
,
DataPairs
,
ZUserData
,
Topics
,
TopicEntry
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 |
Constructor Summary |
TopicQuery()
Constructs a TopicQuery object. |
Method Summary |
void |
runit(RequestManager rMngr)
Exectues the TopicQuery Verb using the input parameters contained
in the RequestManager object. |
TopicQuery
public TopicQuery()
- Constructs a TopicQuery object.
runit
public void runit(RequestManager rMngr)
- Exectues the TopicQuery Verb using the input parameters contained
in the RequestManager object.
- Overrides:
- runit in class QUERY