Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.verbs
Class LoadWorkForm

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

public class LoadWorkForm
extends MVerb

LoadWorkForm is a Verb used to read ini/mantis/workform.ini for a specific workform and generate a corresponding DataDir to be used to populate the database's template for adding a new record.


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
LoadWorkForm()
           
LoadWorkForm(RequestManager rMngr, UserStateObject user)
           
 
Method Summary
static String replacePipes(String str)
           
 void runit(RequestManager rMngr)
           
 
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
 

Constructor Detail

LoadWorkForm

public LoadWorkForm()

LoadWorkForm

public LoadWorkForm(RequestManager rMngr,
                    UserStateObject user)
Method Detail

runit

public void runit(RequestManager rMngr)
Overrides:
runit in class MVerb

replacePipes

public static String replacePipes(String str)

Open SiteSearch 4.1.1
Final