Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class illconfirmscreen

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

public class illconfirmscreen
extends Object
implements JavaPage

The illconfirmscreen 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 illconfirm 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
illconfirmscreen()
          Constructs an illconfirmscreen object
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the embedded illconfirmscreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

illconfirmscreen

public illconfirmscreen()
Constructs an illconfirmscreen object
Method Detail

runit

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

Open SiteSearch 4.1.1
Final