OCLC SiteSearch 4.1.1
Final

ORG.oclc.mantis.obi
Class AuthorityQuery

java.lang.Object
  |
  +--ORG.oclc.mantis.obi.AuthorityQuery

public class AuthorityQuery
extends Object
implements JavaPage


Field Summary
protected  MantisUtil mu
          The MantisUtil object for this session.
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
AuthorityQuery()
          Constructs a AuthorityQuery object.
 
Method Summary
 void loadInputs(DataPairs h)
           
 void normalizeInputs()
           
 void runit(RequestManager rMngr)
          Execute the embedded AuthorityQuery JavaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected UserStateObject user
The current user.

mu

protected MantisUtil mu
The MantisUtil object for this session.

zUser

protected ZUserData zUser
The current Z39.50 user.

zDb

protected ZDb zDb
The database object set up for searching.

widgets

protected DataPairs widgets
The input widgets.
Constructor Detail

AuthorityQuery

public AuthorityQuery()
Constructs a AuthorityQuery object.
Method Detail

runit

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

loadInputs

public void loadInputs(DataPairs h)

normalizeInputs

public void normalizeInputs()

OCLC SiteSearch 4.1.1
Final