Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class isoillscreen

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

Deprecated. Not for public use in the future isoillscreen has been replaced by illformscreen.

public class isoillscreen
extends Object
implements JavaPage

The isoillscreen 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 isoill HTML form that will generate an ISOILL request. If IsoILLServer type is EMail then request is via SMTP.
Default ILL data is retrieved for this user, from the IsoILLServer and any profile information available from authentication.

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

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

Constructor Detail

isoillscreen

public isoillscreen()
Deprecated. 
Constructs an isoillscreen object
Method Detail

runit

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

Open SiteSearch 4.1.1
Final