Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class recordscreen

java.lang.Object
  |
  +--ORG.oclc.obi.recordscreen
Direct Known Subclasses:
mantisscreen

public class recordscreen
extends Object
implements JavaPage

The recordscreen class creates/updates the UserStateObject entities PrevRec, NextRec, FullTextLink, ILLLink and headermessages. headermessages is an informational message on the status of a sort and ILL. NOTE: FullTextLink and ILLLLink only appaer if they are avaliable for that database.
Uses the StyleTable entity recordDisplayInfo.

See Also:
JavaPage, UserStateObject, RequestManager, DataPairs, StyleTable, ZDb, ZUserData

Constructor Summary
recordscreen()
          Constructs a recordscreen object.
 
Method Summary
 void runit(RequestManager rMngr)
          Execute the embedded recordscreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

recordscreen

public recordscreen()
Constructs a recordscreen object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final