|
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.dds.action.form.DDSReportingForm
public class DDSReportingForm
A bean that holds data for DDS reporting.
DDSReportingAction
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DDSReportingForm()
Constructor for the RepositoryForm object |
Method Summary | |
---|---|
String |
getCollection()
Gets the collection attribute of the DDSReportingForm object |
protected static String |
getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
String |
getErrorMsg()
Gets the errorMsg attribute of the DDSReportingForm object |
String |
getId()
Gets the id attribute of the DDSReportingForm object |
List |
getIdsInMultipleRecords()
Gets a list of encoded IDs for index field 'id' that show being in more than one record in the index. |
SimpleLuceneIndex |
getIndex()
Gets the index attribute of the DDSReportingForm object |
String |
getIndexToUse()
Gets the indexToUse attribute of the DDSReportingForm object |
MmdRec[] |
getMmdRecsDupsOther()
Gets the mmdRecsDupsOther attribute of the DDSReportingForm object |
MmdRec[] |
getMmdRecsDupsSame()
Gets the mmdRecsDupsSame attribute of the DDSReportingForm object |
MmdRec |
getMyMmdRec()
Gets the myMmdRec attribute of the DDSReportingForm object |
String |
getNumResults()
Gets the numResults attribute of the DDSReportingForm object |
int |
getNumTerms()
Gets the numTerms attribute of the DDSReportingForm object |
String[] |
getOriginalWords()
Gets the originalWords attribute of the DDSReportingForm object |
ResultDocList |
getResults()
Gets the results attribute of the DDSReportingForm object |
String[] |
getStems()
Gets the stems attribute of the DDSReportingForm object |
String |
getTermCountFields()
Gets the termCountFields attribute of the DDSReportingForm object |
Map |
getTermCountMap()
Gets the termCountMap attribute of the DDSReportingForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
protected void |
prtlnErr(String s)
Output a line of text to error out, with datestamp. |
void |
setCalculateCountsForFields(String s)
Sets the fields to generate term counts for, separated by spaces. |
void |
setCalculateCountsForFieldsAsArray(String[] fields)
Sets the fields to generate term counts for, or null for none. |
void |
setCollection(String collection)
Sets the collection attribute of the DDSReportingForm object |
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setErrorMsg(String errorMsg)
Sets the errorMsg attribute of the DDSReportingForm object |
void |
setId(String id)
Sets the id attribute of the DDSReportingForm object |
void |
setIndex(SimpleLuceneIndex newIndex)
Sets the index attribute of the DDSReportingForm object |
void |
setIndexToUse(String value)
Sets the indexToUse attribute of the DDSReportingForm object |
void |
setResults(ResultDocList results)
Sets the results attribute of the DDSReportingForm object |
void |
setStemWords(String s)
Sets the stemWords attribute of the DDSReportingForm 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 DDSReportingForm()
Method Detail |
---|
public SimpleLuceneIndex getIndex()
public void setIndex(SimpleLuceneIndex newIndex)
newIndex
- The new index valuepublic void setId(String id)
id
- The new id valuepublic String getId()
public void setCollection(String collection)
collection
- The new collection valuepublic String getCollection()
public MmdRec[] getMmdRecsDupsSame()
public MmdRec getMyMmdRec()
public MmdRec[] getMmdRecsDupsOther()
public void setCalculateCountsForFields(String s)
s
- The new calculateCountsForFields valuepublic void setCalculateCountsForFieldsAsArray(String[] fields)
fields
- The new calculateCountsForFields valuepublic String getTermCountFields()
public int getNumTerms()
public void setStemWords(String s)
s
- The new stemWords valuepublic String[] getOriginalWords()
public String[] getStems()
public Map getTermCountMap()
public void setIndexToUse(String value)
value
- The new indexToUse valuepublic String getIndexToUse()
public void setErrorMsg(String errorMsg)
errorMsg
- The new errorMsg valuepublic String getErrorMsg()
public ResultDocList getResults()
public void setResults(ResultDocList results)
results
- The new results valuepublic String getNumResults()
public List getIdsInMultipleRecords()
protected static final String getDs()
protected final void prtlnErr(String s)
s
- The text that will be output to error out.protected final void prtln(String s)
s
- The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |