public class BatchOperationsForm
extends org.apache.struts.action.ActionForm
Works in conjunction with BatchOperationsAction
.
Constructor and Description |
---|
BatchOperationsForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearStatusAttributes()
Clears the status attributes (editor, status, statusNote) for batch status change.
|
java.lang.String |
getCollection()
Gets the collection attribute of the BatchOperationsForm object
|
DcsSetInfo |
getDcsSetInfo()
Gets the dcsSetInfo attribute of the BatchOperationsForm object
|
java.lang.String |
getEditor()
Gets the editor attribute for batch status change.
|
java.lang.String |
getEditRec()
editRec parameter is used by handleMoveRecord to specify whether control is
forwarded back to editor.
|
RecordList |
getFailedRecordList()
Records that failed batch op
|
java.lang.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
|
java.util.List |
getSets()
Gets the sets attribute of the BatchOperationsForm object
|
java.lang.String |
getStatus()
Gets the status attribute for batch status change
|
java.util.List |
getStatusFlags()
A list of
StatusFlag beans, each of
contain status and description attributes. |
java.lang.String |
getStatusNote()
Geets the statusNote attribute for batch status change.
|
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
void |
setCollection(java.lang.String collection)
Sets the collection attribute of the BatchOperationsForm object
|
void |
setDcsSetInfo(DcsSetInfo setInfo)
Sets the dcsSetInfo attribute of the BatchOperationsForm object
|
void |
setEditor(java.lang.String editor)
Sets the editor attribute for batch status change.
|
void |
setEditRec(java.lang.String s)
Sets the editRec attribute of the BatchOperationsForm object
|
void |
setFailedRecordList(RecordList results)
Records that failed batch op
|
void |
setFormatOfRecords(java.lang.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(javax.servlet.http.HttpServletRequest request)
Sets the request attribute of the BatchOperationsForm object.
|
void |
setSets(java.util.List sets)
Sets the sets attribute of the RepositoryAdminForm object
|
void |
setStatus(java.lang.String status)
Sets the status attribute for batch status change.
|
void |
setStatusFlags(java.util.List flags)
Sets the statusFlags attribute of the BatchOperationsForm object
|
void |
setStatusNote(java.lang.String statusNote)
Sets the statusNote attribute for batch status change.
|
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 java.lang.String getEditor()
public void setEditor(java.lang.String editor)
editor
- The new editor valuepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- The new status valuepublic java.lang.String getStatusNote()
public void setStatusNote(java.lang.String statusNote)
statusNote
- The new statusNote valuepublic java.lang.String getEditRec()
public void setEditRec(java.lang.String s)
s
- The new editRec valuepublic java.util.List getStatusFlags()
StatusFlag
beans, each of
contain status and description attributes.public void setStatusFlags(java.util.List flags)
flags
- The new statusFlags valuepublic java.util.List getSets()
public void setSets(java.util.List sets)
sets
- The new sets valuepublic java.lang.String getCollection()
public void setCollection(java.lang.String collection)
collection
- The new collection valuepublic DcsSetInfo getDcsSetInfo()
public void setDcsSetInfo(DcsSetInfo setInfo)
setInfo
- The new dcsSetInfo valuepublic java.lang.String getFormatOfRecords()
public void setFormatOfRecords(java.lang.String format)
format
- The new formatOfRecords valuepublic void setRequest(javax.servlet.http.HttpServletRequest request)
request
- The new request valueprotected final void prtln(java.lang.String s)
s
- The String that will be output.