|
OCLC SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.obi.scanresultsscreen
The scanresultsscreen class retrieves the SCAN verb results from the UserStateObject entity scanresults and creates a two column HTML table of the terms. The table is a breakdown of the results from each database in the scan. It also creates the Prev and Next links for scan results navigation.
It sets the following UserStateOBject entities:
lastscanterm, firsttermpostings, lasttermpostings,
firstterm, lastterm, firstdisplayterm,
lastdisplayterm, NextTerm and PrevTerm.
Uses the StyleTable entity "searchResultsInfo".
SCAN
,
JavaPage
,
UserStateObject
,
RequestManager
,
StyleTable
,
ZUserData
,
TermInfo
,
FormatBerUtil
Constructor Summary | |
scanresultsscreen()
Constructs a scanresultsscreen object. |
Method Summary | |
protected void |
buildPrevNextLinks()
Build the Prev and Next HTML anchors to allow forward and backward navigation with in the SCAN results. |
void |
runit(RequestManager rMngr)
Executes the embedded scanresultsscreen. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public scanresultsscreen()
Method Detail |
public void runit(RequestManager rMngr)
rMngr
- the RequestManager objectprotected void buildPrevNextLinks()
|
OCLC SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |