|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.action.form.RecordOperationsForm
public class RecordOperationsForm
ActionForm bean for handling requests to support Schemedit. Most methods
acesss the DocMap
attribute, which wraps the XML Document that is
being edited.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
RecordOperationsForm()
Constructor |
Method Summary | |
---|---|
String |
getCollection()
Gets the collection attribute of the RecordOperationsForm object |
DcsSetInfo |
getDcsSetInfo()
Gets the dcsSetInfo attribute of the RecordOperationsForm object |
XMLDocReader |
getDocReader()
Gets the docReader attribute of the RecordOperationsForm object |
String |
getEditRec()
editRec parameter is used by handleMoveRecord to specify whether control is forwarded back to editor. |
String |
getRecId()
Gets the recId attribute of the RecordOperationsForm object |
ResultDoc |
getResultDoc()
Gets the resultDoc attribute of the RecordOperationsForm object |
List |
getSets()
Gets the sets attribute of the CollectionServicesForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
setCollection(String collection)
Sets the collection attribute of the RecordOperationsForm object |
void |
setDcsSetInfo(DcsSetInfo info)
Sets the dcsSetInfo attribute of the RecordOperationsForm object |
void |
setDocReader(XMLDocReader docReader)
Sets the docReader attribute of the RecordOperationsForm object |
void |
setEditRec(String s)
Sets the editRec attribute of the RecordOperationsForm object |
void |
setRecId(String id)
Sets the recId attribute of the RecordOperationsForm object |
void |
setResultDoc(ResultDoc resultDoc)
Sets the resultDoc attribute of the RecordOperationsForm object |
void |
setSets(List sets)
Sets the sets attribute of the CollectionServicesForm object |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordOperationsForm()
Method Detail |
---|
public ResultDoc getResultDoc()
public void setResultDoc(ResultDoc resultDoc)
resultDoc
- The new resultDoc valuepublic XMLDocReader getDocReader()
public void setDocReader(XMLDocReader docReader)
docReader
- The new docReader valuepublic String getEditRec()
public void setEditRec(String s)
s
- The new editRec valuepublic List getSets()
public void setSets(List sets)
sets
- The new sets valuepublic DcsSetInfo getDcsSetInfo()
public void setDcsSetInfo(DcsSetInfo info)
info
- The new dcsSetInfo valuepublic String getCollection()
public void setCollection(String collection)
collection
- The new collection valuepublic String getRecId()
public void setRecId(String id)
id
- The new recId valueprotected final void prtln(String s)
s
- The String that will be output.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |