Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class scannavscreen

java.lang.Object
  |
  +--ORG.oclc.obi.scannavscreen

public class scannavscreen
extends Object
implements JavaPage

The scannavscreen class creates/updates the UserStateObject entities ScanDbs. ScanDbs is an HTML table that is a breakdown of Z39.50 SCAN results by database.

Uses the StyleTable entities "nextscan", "nonext", "prevscan" and "noprev".

See Also:
JavaPage, UserStateObject, RequestManager, StyleTable, TopicEntry, Topics, ZUserData, TermInfo

Constructor Summary
scannavscreen()
          Constructs a scannavscreen object.
 
Method Summary
protected  String buildIndividualDbList()
          Build the SCAN results breakdown for a single database.
protected  String buildTopicDbList(String topicName)
          Build the SCAN results breakdown for a TopicEntry by database.
 void runit(RequestManager rMngr)
          Executes the embedded scannavscreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

scannavscreen

public scannavscreen()
Constructs a scannavscreen object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the embedded scannavscreen.
Specified by:
runit in interface JavaPage
Parameters:
rMngr - the RequestManager object

buildTopicDbList

protected String buildTopicDbList(String topicName)
Build the SCAN results breakdown for a TopicEntry by database.
Parameters:
topicName - The name of the TopicEntry that SCAN was issued.
Returns:
String The list of DB results as an HTML table for the SCAN.

buildIndividualDbList

protected String buildIndividualDbList()
Build the SCAN results breakdown for a single database.
Returns:
String A single DB results as an HTML table for the SCAN.

Open SiteSearch 4.1.1
Final