Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.verbs
Class MVIEW

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.mantis.verbs.MVerb
              |
              +--ORG.oclc.mantis.verbs.MVIEW

public class MVIEW
extends MVerb

The MVIEW class is a specialized Verb for the MVIEW uses input parameters contained in the RequestManager object. A successful execution of MVIEW is A failure can occur in the initalization of the EditSession which will set up the bad page in the RequestManager object.

MVIEW creates a

See Also:
DataPairs, RequestManager

Field Summary
static int VIEWLONG
           
static int VIEWORIGINAL
           
static int VIEWPOPULATED
           
static int VIEWWIDE
           
static int VIEWXML
           
 
Fields inherited from class ORG.oclc.mantis.verbs.MVerb
accessClient, action, actionNode, app_page, autho, dirtyTemplate, DISPLAYCMD, EDITCMD, editsessionid, editTimeout, esi_user, lockServerHost, lockServerPort, NOLOCKBACKUP, NOLOCKUPDATE, rMngr, style, SUCCESS, templateName, VIEWCMD
 
Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
MVIEW()
          Constructs an MVIEW object.
MVIEW(RequestManager r)
          Constructs a MVerb object for the input RequestManager object.
 
Method Summary
 void runit(RequestManager rMngr)
          Exectues the MVIEW Verb using the input parameters contained in the RequestManager object.
 void runit(RequestManager rMngr, String URLCmd)
          Executes the QUERY class using the RequestManager object and the input parameters contained in the URLCmd.
 
Methods inherited from class ORG.oclc.mantis.verbs.MVerb
authWarnMsg, doInit, getLock, getModule, getModule, getModule, initMUser, makeBody, noLockWarnMsg, releaseLock, setButton, setButton, setupEditSession, stdClose, stdSetup, toString, unSetButton
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VIEWXML

public static final int VIEWXML

VIEWPOPULATED

public static final int VIEWPOPULATED

VIEWLONG

public static final int VIEWLONG

VIEWWIDE

public static final int VIEWWIDE

VIEWORIGINAL

public static final int VIEWORIGINAL
Constructor Detail

MVIEW

public MVIEW()
Constructs an MVIEW object.

MVIEW

public MVIEW(RequestManager r)
Constructs a MVerb object for the input RequestManager object.
Method Detail

runit

public void runit(RequestManager rMngr)
Exectues the MVIEW Verb using the input parameters contained in the RequestManager object. If this occurs, the catch logic for the exceptions invokes setup of the bad page or command to execute upon return. Successful execution of all steps sets up the next page for execution.
Parameters:
rMngr - the RequestManager object
Overrides:
runit in class MVerb

runit

public void runit(RequestManager rMngr,
                  String URLCmd)
Executes the QUERY class using the RequestManager object and the input parameters contained in the URLCmd. This is used when creating a QUERY object from one of the application classes and sending in the query parameters in the URL String. Each method called from the runit() method can throw a FailurePage exception. If this occurs, the catch logic for the exceptions invokes setup of the bad page or command to execute upon return. Successful execution of all steps sets up the next page for execution.
Parameters:
rMngr - the RequestManager object
URLCmd - the command string with the widgets delimited by ":". For example, QUERY:next=results.html:query=dog:numrecs=10:format=B

Open SiteSearch 4.1.1
Final