Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class illformscreen

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

public class illformscreen
extends Object
implements JavaPage

The illformscreen class creates prepares set UserStateEnties from record and patron data for use in an HTML Form. The bib record is formatted to get the citation information needed for the illform HTML form that will generate an ISOILL request. If ILLServer type is EMail then request is via SMTP.
Default ILL data is retrieved for this user, from the ILLServer and any profile information available from authentication.

See Also:
JavaPage, UserStateObject, RequestManager, DataPairs, StyleTable, ZUserData, ZDb, ISOILL, ILLUserData, IllPatronInfo, AccessUserData, AccessClient

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

Constructor Detail

illformscreen

public illformscreen()
Constructs an illformscreen object
Method Detail

runit

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

Open SiteSearch 4.1.1
Final