|
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.BatchOperationsForm
public class BatchOperationsForm
ActionForm bean for handling batchRecordOperations.
Works in conjunction with BatchOperationsAction
.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
BatchOperationsForm()
Constructor |
Method Summary | |
---|---|
void |
clear()
|
void |
clearStatusAttributes()
Clears the status attributes (editor, status, statusNote) for batch status change. |
String |
getCollection()
Gets the collection attribute of the BatchOperationsForm object |
DcsSetInfo |
getDcsSetInfo()
Gets the dcsSetInfo attribute of the BatchOperationsForm object |
String |
getEditor()
Gets the editor attribute for batch status change. |
String |
getEditRec()
editRec parameter is used by handleMoveRecord to specify whether control is forwarded back to editor. |
RecordList |
getFailedRecordList()
Records that failed batch op |
String |
getFormatOfRecords()
Gets the formatOfRecords attribute of the BatchOperationsForm object |
int |
getMaxRecordsToList()
|
RecordList |
getRecordList()
Gets the records to be operated on in the batch operation |
List |
getSets()
Gets the sets attribute of the BatchOperationsForm object |
String |
getStatus()
Gets the status attribute for batch status change |
List |
getStatusFlags()
A list of StatusFlag beans, each of
contain status and description attributes. |
String |
getStatusNote()
Geets the statusNote attribute for batch status change. |
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 BatchOperationsForm object |
void |
setDcsSetInfo(DcsSetInfo setInfo)
Sets the dcsSetInfo attribute of the BatchOperationsForm object |
void |
setEditor(String editor)
Sets the editor attribute for batch status change. |
void |
setEditRec(String s)
Sets the editRec attribute of the BatchOperationsForm object |
void |
setFailedRecordList(RecordList results)
Records that failed batch op |
void |
setFormatOfRecords(String format)
Sets the formatOfRecords attribute of the BatchOperationsForm object |
void |
setRecordList(RecordList results)
Sets the records to be operated on in the batch operation |
void |
setRequest(HttpServletRequest request)
Sets the request attribute of the BatchOperationsForm object. |
void |
setSets(List sets)
Sets the sets attribute of the RepositoryAdminForm object |
void |
setStatus(String status)
Sets the status attribute for batch status change. |
void |
setStatusFlags(List flags)
Sets the statusFlags attribute of the BatchOperationsForm object |
void |
setStatusNote(String statusNote)
Sets the statusNote attribute for batch status change. |
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 BatchOperationsForm()
Method Detail |
---|
public void clear()
public void setRecordList(RecordList results)
results
- The new recordList valuepublic RecordList getRecordList()
public void setFailedRecordList(RecordList results)
results
- The new failedRecordList valuepublic RecordList getFailedRecordList()
public int getMaxRecordsToList()
public void clearStatusAttributes()
public String getEditor()
public void setEditor(String editor)
editor
- The new editor valuepublic String getStatus()
public void setStatus(String status)
status
- The new status valuepublic String getStatusNote()
public void setStatusNote(String statusNote)
statusNote
- The new statusNote valuepublic String getEditRec()
public void setEditRec(String s)
s
- The new editRec valuepublic List getStatusFlags()
StatusFlag
beans, each of
contain status and description attributes.
public void setStatusFlags(List flags)
flags
- The new statusFlags valuepublic List getSets()
public void setSets(List sets)
sets
- The new sets valuepublic String getCollection()
public void setCollection(String collection)
collection
- The new collection valuepublic DcsSetInfo getDcsSetInfo()
public void setDcsSetInfo(DcsSetInfo setInfo)
setInfo
- The new dcsSetInfo valuepublic String getFormatOfRecords()
public void setFormatOfRecords(String format)
format
- The new formatOfRecords valuepublic void setRequest(HttpServletRequest request)
request
- The new request 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 |