ORG.oclc.mantis.verbs
Class MSCLONE
java.lang.Object
|
+--ORG.oclc.webz.Verb
|
+--ORG.oclc.mantis.verbs.MVerb
|
+--ORG.oclc.mantis.verbs.MUNSAVE
|
+--ORG.oclc.mantis.verbs.MSCLONE
- public class MSCLONE
- extends MUNSAVE
The MSCLONE class is a specialized Verb in Record Builder
whose primary function is to extract the ber record part of the current
saved record to the target db
MCLONE uses input parameters contained in the RequestManager object.
- See Also:
DataPairs
,
RequestManager
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 |
Constructor Summary |
MSCLONE()
Constructs an MSCLONE object. |
MSCLONE(RequestManager r)
Constructs a MVerb object for the input RequestManager object. |
Method Summary |
void |
runit(RequestManager rMngr)
Executes the MSCLONE Verb using the input parameters contained
in the RequestManager object. |
Methods inherited from class ORG.oclc.mantis.verbs.MUNSAVE |
runit |
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 |
MSCLONE
public MSCLONE()
- Constructs an MSCLONE object.
MSCLONE
public MSCLONE(RequestManager r)
- Constructs a MVerb object for the input RequestManager object.
runit
public void runit(RequestManager rMngr)
- Executes the MSCLONE Verb using the input parameters contained
in the RequestManager object.
- Parameters:
rMngr
- the RequestManager object- Overrides:
- runit in class MUNSAVE