|
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.VocabForm org.dlese.dpc.services.dcs.action.form.DCSServicesForm
public class DCSServicesForm
An ActionForm bean that holds data for DCS web services.
DCSServicesAction
,
Serialized FormNested Class Summary | |
---|---|
class |
DCSServicesForm.DateLabelPair
NOT YET DOCUMENTED |
Field Summary |
---|
Fields inherited from class org.dlese.dpc.dds.action.form.VocabForm |
---|
audience, field, language, metaFormat, value, vocab |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DCSServicesForm()
Constructor for the RepositoryForm object |
Method Summary | |
---|---|
String |
getAuthorizedFor()
Gets the role name for which this user is authorized |
String |
getCollection()
Gets the collection attribute of the DCSServicesForm object |
String[] |
getCollections()
|
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()
Gets the errorList attribute of the DCSServicesForm object |
String |
getErrorMsg()
Gets the errorMsg attribute of the DCSServicesForm object |
String |
getExportDir()
Gets the exportDir attribute of the DCSServicesForm object |
String |
getId()
Gets the id attribute of the DCSServicesForm object |
String |
getLocalizedRecordXml()
Gets the localizedRecordXml attribute of the DCSServicesForm object |
int |
getN()
Gets the n attribute of the DCSServicesForm object |
int |
getNumResults()
Gets the number of matching results. |
String |
getRecordFormat()
Gets the recordFormat attribute of the DCSServicesForm object |
String |
getRecordXml()
Gets the recordXml attribute of the DCSServicesForm object |
ResultDocList |
getResults()
Gets the results attribute of the DCSServicesForm object |
int |
getS()
Gets the s attribute of the DCSServicesForm object |
String |
getStatusEntry()
|
String[] |
getStatuses()
Gets the statuses attribute of the DCSServicesForm object |
List |
getStatusLabels()
Gets the statusLabels attribute of the DCSServicesForm object |
String |
getUrl()
|
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()
Gets the xmlFormat attribute of the DCSServicesForm object |
List |
getXmlFormats()
Gets the xmlFormats attribute of the DCSServicesForm 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 |
setAuthorizedFor(String val)
Sets the role name for which this user is authorized |
void |
setCollection(String collection)
Sets the collection attribute of the DCSServicesForm object |
void |
setCollections(String[] collections)
|
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setErrorList(List errorList)
Sets the errorList attribute of the DCSServicesForm object |
void |
setErrorMsg(String errorMsg)
Sets the errorMsg attribute of the DCSServicesForm object |
void |
setExportDir(String dir)
Sets the exportDir attribute of the DCSServicesForm object |
void |
setId(String id)
Sets the id attribute of the DCSServicesForm object |
void |
setN(int val)
Sets the n attribute of the DCSServicesForm object |
void |
setRecordFormat(String val)
Sets the recordFormat attribute of the DCSServicesForm object |
void |
setRecordXml(String val)
Sets the recordXml attribute of the DCSServicesForm object |
void |
setResults(ResultDocList results)
Sets the results attribute of the DCSServicesForm object |
void |
setS(int val)
Sets the s attribute of the DCSServicesForm object |
void |
setStatusEntry(String entry)
|
void |
setStatuses(String[] statusValues)
Sets the statuses attribute of the DCSServicesForm object |
void |
setStatusLabels(List labels)
Sets the statusLabels attribute of the DCSServicesForm object |
void |
setUrl(String url)
|
void |
setXmlFormat(String xmlFormat)
Sets the xmlFormat attribute of the DCSServicesForm object |
void |
setXmlFormats(List var)
Sets the xmlFormats attribute of the DCSServicesForm object |
Methods inherited from class org.dlese.dpc.dds.action.form.VocabForm |
---|
getAudience, getField, getFieldId, getFieldLabel, getIsVocabTermAvailable, getLanguage, getVocab, getVocabList, getVocabList, getVocabTerm, setField, setField, setMetaFormat, setValue, setVocab, setVocabInterface |
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 DCSServicesForm()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- The new id valuepublic String getUrl()
public void setUrl(String url)
public String[] getCollections()
public void setCollections(String[] collections)
public String getCollection()
public void setCollection(String collection)
collection
- The new collection valuepublic String getXmlFormat()
public void setXmlFormat(String xmlFormat)
xmlFormat
- The new xmlFormat valuepublic String[] getStatuses()
public void setStatuses(String[] statusValues)
statusValues
- The new statuses valuepublic List getStatusLabels()
public void setStatusLabels(List labels)
labels
- The new statusLabels valuepublic String getStatusEntry()
public void setStatusEntry(String entry)
public String getExportDir()
public void setExportDir(String dir)
dir
- The new exportDir valuepublic void setErrorList(List errorList)
errorList
- The new errorList valuepublic List getErrorList()
public List getXmlFormats()
public void setXmlFormats(List var)
var
- The new xmlFormats valuepublic 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 |