|
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.services.dcs.action.form.RecommenderForm
public class RecommenderForm
A ActionForm bean that holds data for DDS web services and has access to vocab info.
DDSServicesAction
,
Serialized FormNested Class Summary | |
---|---|
class |
RecommenderForm.DateLabelPair
|
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
RecommenderForm()
Constructor for the RepositoryForm object |
Method Summary | |
---|---|
String |
getAuthorizedFor()
Gets the role name for which this user is authorized |
String |
getCollection()
|
protected static String |
getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
List |
getErrorList()
|
String |
getErrorMsg()
Gets the errorMsg attribute of the RecommenderForm object |
String |
getId()
|
String |
getLocalizedRecordXml()
Gets the localizedRecordXml attribute of the RecommenderForm object |
int |
getN()
Gets the n attribute of the RecommenderForm object |
int |
getNumResults()
Gets the number of matching results. |
String |
getRecordFormat()
Gets the recordFormat attribute of the RecommenderForm object |
String |
getRecordXml()
Gets the recordXml attribute of the RecommenderForm object |
ResultDocList |
getResults()
Gets the results attribute of the RecommenderForm object |
int |
getS()
Gets the s attribute of the RecommenderForm object |
String[] |
getStatuses()
|
List |
getStatusLabels()
|
List |
getUtcDates()
A list of UTC dates in the past in the following order: one minute, one hour, one day, one week, one month, one year. |
String |
getXmlFormat()
|
List |
getXmlFormats()
|
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 |
setAuthorizedFor(String val)
Sets the role name for which this user is authorized |
void |
setCollection(String collection)
|
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setErrorList(List errorList)
|
void |
setErrorMsg(String errorMsg)
Sets the errorMsg attribute of the RecommenderForm object |
void |
setId(String id)
|
void |
setN(int val)
Sets the n attribute of the RecommenderForm object |
void |
setRecordFormat(String val)
Sets the recordFormat attribute of the RecommenderForm object |
void |
setRecordXml(String val)
Sets the recordXml attribute of the RecommenderForm object |
void |
setResults(ResultDocList results)
Sets the results attribute of the RecommenderForm object |
void |
setS(int val)
Sets the s attribute of the RecommenderForm object |
void |
setStatuses(String[] statusValues)
|
void |
setStatusLabels(List labels)
|
void |
setXmlFormat(String xmlFormat)
|
void |
setXmlFormats(List var)
|
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 RecommenderForm()
Method Detail |
---|
public String getId()
public void setId(String id)
public String getCollection()
public void setCollection(String collection)
public String getXmlFormat()
public void setXmlFormat(String xmlFormat)
public String[] getStatuses()
public void setStatuses(String[] statusValues)
public List getStatusLabels()
public void setStatusLabels(List labels)
public void setErrorList(List errorList)
public List getErrorList()
public List getXmlFormats()
public void setXmlFormats(List var)
public String getLocalizedRecordXml()
public String getRecordXml()
public void setRecordXml(String val)
val
- The new recordXml valuepublic void setRecordFormat(String val)
val
- The new recordFormat valuepublic String getRecordFormat()
public int getS()
public void setS(int val)
val
- The new s valuepublic int getN()
public void setN(int val)
val
- The new n valuepublic String getAuthorizedFor()
public void setAuthorizedFor(String val)
val
- The new authorizedFor valuepublic void setErrorMsg(String errorMsg)
errorMsg
- The new errorMsg valuepublic String getErrorMsg()
public ResultDocList getResults()
public void setResults(ResultDocList results)
results
- The new results valuepublic int getNumResults()
public List getUtcDates()
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 |