|
Open 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.mantis.obi.savesearchscreen
used by savesearch.html only The savesearchscreen class selects the appropriate ZDb object and updates the current ZUser to reflect that object. It is strongly recommended that savesearchscreen follow any database or topic selection to insure that correct ZUser context has been made avaliable. savesearchscreen resets the UserStateObject entities dbname
JavaPage
,
UserStateObject
,
RequestManager
,
DataPairs
,
ZDb
,
ZUserData
Field Summary | |
protected UserStateObject |
user
The current user. |
protected DataPairs |
widgets
The input widgets. |
protected ZDb |
zDb
The database object set up for searching. |
protected ZUserData |
zUser
The current Z39.50 user. |
Constructor Summary | |
savesearchscreen()
Constructs a searchscreen object. |
Method Summary | |
void |
runit(RequestManager rMngr)
Execute the embedded searchscreen JavaPage. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected UserStateObject user
protected ZUserData zUser
protected ZDb zDb
protected DataPairs widgets
Constructor Detail |
public savesearchscreen()
Method Detail |
public void runit(RequestManager rMngr)
rMngr
- the RequestManager object
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |