|
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.SchemEditForm org.dlese.dpc.schemedit.action.form.DCSViewForm
public final class DCSViewForm
Field Summary |
---|
Fields inherited from class org.dlese.dpc.schemedit.action.form.SchemEditForm |
---|
FALSE, TRUE, UNSPECIFIED |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DCSViewForm()
Constructor for the DCSViewForm object |
Method Summary | |
---|---|
boolean |
getCollectionFrameworkLoaded()
|
String |
getContextURL()
Gets the contextURL attribute of the DCSViewForm object |
DcsSetInfo |
getDcsSetInfo()
|
DocReader |
getDocReader()
Gets the result attribute of the DCSViewForm object |
String |
getEnd()
Gets the ending index for the records that will be displayed. |
String |
getFrameworkConfigFormat()
|
String |
getLength()
Gets the length of iterations to loop over the results array. |
String |
getNextId()
|
String |
getNextResultsUrl()
Gets the HTTP parameters that should be used to retrieve the next set of results. |
String |
getNonPaigingParams()
Gets all the parameters that existed in the request other than those used for paiging. |
int |
getNumPagingRecords()
|
String |
getNumResults()
Gets the numResults attribute of the DCSViewForm object |
String |
getOffset()
Gets the offset into the results array to begin iterating. |
String |
getPrevId()
|
String |
getPrevResultsUrl()
Gets the HTTP parameters that should be used to retrieve the previous set of results. |
String |
getQe()
Gets the query string entered by the user, encoded for use in a URL string. |
String |
getRecordViewPage()
Returns relative path to the jsp frag page containing the record view for the format of the result record. |
String |
getReportTitle()
Gets the reportTitle attribute of the DCSViewForm object |
ResultDoc |
getResult()
Gets the result attribute of the DCSViewForm object |
int |
getResultIndex()
Get the index of the current result within the results. |
SearchHelper |
getResults()
Gets the search results returned by the SimpleLuceneIndex . |
String |
getStart()
Gets the starting index for the records that will be displayed. |
protected static void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
protected static void |
prtlnError(String s)
|
void |
setCollectionFrameworkLoaded(boolean bool)
|
void |
setContextURL(String contextURL)
Sets the contextURL attribute of the DCSViewForm object |
void |
setDcsSetInfo(DcsSetInfo dcsSetInfo)
|
static void |
setDebug(boolean db)
Sets the debug attribute of the object |
void |
setFrameworkConfigFormat(String format)
|
void |
setNextId(String id)
|
void |
setNonPaigingParams(String nonPaigingParams)
Sets the nonPaigingParams attribute of the DCSViewForm object |
void |
setNumPagingRecords(int numPagingRecords)
Sets the number of records to display per paiging request. |
void |
setPrevId(String id)
|
void |
setReportTitle(String reportTitle)
Sets the reportTitle attribute of the DCSViewForm object |
void |
setRequest(HttpServletRequest request)
Sets the request attribute of the DCSViewForm object. |
void |
setResult(ResultDoc resultDoc)
Sets the result attribute of the DCSViewForm object |
void |
setResultIndex(int i)
|
void |
setResults(SearchHelper results)
Sets the search results. |
void |
setStart(int start)
Sets the starting index for the records to display. |
SchemEditActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Validate the request parameters before the Action sees them). |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DCSViewForm()
Method Detail |
---|
public DcsSetInfo getDcsSetInfo()
public void setDcsSetInfo(DcsSetInfo dcsSetInfo)
public String getPrevId()
public void setPrevId(String id)
public String getNextId()
public void setNextId(String id)
public String getContextURL()
getContextURL
in class SchemEditForm
public void setContextURL(String contextURL)
setContextURL
in class SchemEditForm
contextURL
- The new contextURL valuepublic SearchHelper getResults()
SimpleLuceneIndex
.
public void setCollectionFrameworkLoaded(boolean bool)
public boolean getCollectionFrameworkLoaded()
public void setResults(SearchHelper results)
public void setResult(ResultDoc resultDoc)
resultDoc
- The new result valuepublic ResultDoc getResult()
public void setResultIndex(int i)
public int getResultIndex()
public String getRecordViewPage()
public DocReader getDocReader()
public String getNumResults()
public void setReportTitle(String reportTitle)
reportTitle
- The new reportTitle valuepublic String getReportTitle()
public void setStart(int start)
start
- The new start valuepublic String getStart()
public String getEnd()
public String getOffset()
public String getLength()
public int getNumPagingRecords()
public void setNumPagingRecords(int numPagingRecords)
numPagingRecords
- The new numPagingRecords valuepublic String getQe()
public String getNextResultsUrl()
public String getPrevResultsUrl()
public void setRequest(HttpServletRequest request)
request
- The new request valuepublic String getFrameworkConfigFormat()
public void setFrameworkConfigFormat(String format)
public void setNonPaigingParams(String nonPaigingParams)
nonPaigingParams
- The new nonPaigingParams valuepublic final String getNonPaigingParams()
public SchemEditActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
SchemEditForm
NOTE: is this necessary for the entities to get displayed correctly in the editing forms??
validate
in class SchemEditForm
mapping
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTED
protected static void prtln(String s)
s
- The String that will be output.protected static void prtlnError(String s)
public static void setDebug(boolean db)
db
- 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 |