public class DCSServicesForm extends VocabForm implements java.io.Serializable
DCSServicesAction,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
class |
DCSServicesForm.DateLabelPair
NOT YET DOCUMENTED
|
| Constructor and Description |
|---|
DCSServicesForm()
Constructor for the RepositoryForm object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorizedFor()
Gets the role name for which this user is authorized
|
java.lang.String |
getCollection()
Gets the collection attribute of the DCSServicesForm object
|
java.lang.String[] |
getCollections() |
protected static java.lang.String |
getDs()
Return a string for the current time and date, sutiable for display in log
files and output to standout:
|
java.util.List |
getErrorList()
Gets the errorList attribute of the DCSServicesForm object
|
java.lang.String |
getErrorMsg()
Gets the errorMsg attribute of the DCSServicesForm object
|
java.lang.String |
getExportDir()
Gets the exportDir attribute of the DCSServicesForm object
|
java.lang.String |
getId()
Gets the id attribute of the DCSServicesForm object
|
java.lang.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.
|
java.lang.String |
getRecordFormat()
Gets the recordFormat attribute of the DCSServicesForm object
|
java.lang.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
|
java.lang.String |
getStatusEntry() |
java.lang.String[] |
getStatuses()
Gets the statuses attribute of the DCSServicesForm object
|
java.util.List |
getStatusLabels()
Gets the statusLabels attribute of the DCSServicesForm object
|
java.lang.String |
getUrl() |
java.util.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.
|
java.lang.String |
getXmlFormat()
Gets the xmlFormat attribute of the DCSServicesForm object
|
java.util.List |
getXmlFormats()
Gets the xmlFormats attribute of the DCSServicesForm object
|
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
protected void |
prtlnErr(java.lang.String s)
Output a line of text to error out, with datestamp.
|
void |
setAuthorizedFor(java.lang.String val)
Sets the role name for which this user is authorized
|
void |
setCollection(java.lang.String collection)
Sets the collection attribute of the DCSServicesForm object
|
void |
setCollections(java.lang.String[] collections) |
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute
|
void |
setErrorList(java.util.List errorList)
Sets the errorList attribute of the DCSServicesForm object
|
void |
setErrorMsg(java.lang.String errorMsg)
Sets the errorMsg attribute of the DCSServicesForm object
|
void |
setExportDir(java.lang.String dir)
Sets the exportDir attribute of the DCSServicesForm object
|
void |
setId(java.lang.String id)
Sets the id attribute of the DCSServicesForm object
|
void |
setN(int val)
Sets the n attribute of the DCSServicesForm object
|
void |
setRecordFormat(java.lang.String val)
Sets the recordFormat attribute of the DCSServicesForm object
|
void |
setRecordXml(java.lang.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(java.lang.String entry) |
void |
setStatuses(java.lang.String[] statusValues)
Sets the statuses attribute of the DCSServicesForm object
|
void |
setStatusLabels(java.util.List labels)
Sets the statusLabels attribute of the DCSServicesForm object
|
void |
setUrl(java.lang.String url) |
void |
setXmlFormat(java.lang.String xmlFormat)
Sets the xmlFormat attribute of the DCSServicesForm object
|
void |
setXmlFormats(java.util.List var)
Sets the xmlFormats attribute of the DCSServicesForm object
|
getAudience, getField, getFieldId, getFieldLabel, getIsVocabTermAvailable, getLanguage, getVocab, getVocabList, getVocabList, getVocabTerm, setField, setField, setMetaFormat, setValue, setVocab, setVocabInterfacepublic DCSServicesForm()
public java.lang.String getId()
public void setId(java.lang.String id)
id - The new id valuepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String[] getCollections()
public void setCollections(java.lang.String[] collections)
public java.lang.String getCollection()
public void setCollection(java.lang.String collection)
collection - The new collection valuepublic java.lang.String getXmlFormat()
public void setXmlFormat(java.lang.String xmlFormat)
xmlFormat - The new xmlFormat valuepublic java.lang.String[] getStatuses()
public void setStatuses(java.lang.String[] statusValues)
statusValues - The new statuses valuepublic java.util.List getStatusLabels()
public void setStatusLabels(java.util.List labels)
labels - The new statusLabels valuepublic java.lang.String getStatusEntry()
public void setStatusEntry(java.lang.String entry)
public java.lang.String getExportDir()
public void setExportDir(java.lang.String dir)
dir - The new exportDir valuepublic void setErrorList(java.util.List errorList)
errorList - The new errorList valuepublic java.util.List getErrorList()
public java.util.List getXmlFormats()
public void setXmlFormats(java.util.List var)
var - The new xmlFormats valuepublic java.lang.String getLocalizedRecordXml()
public java.lang.String getRecordXml()
public void setRecordXml(java.lang.String val)
val - The new recordXml valuepublic void setRecordFormat(java.lang.String val)
val - The new recordFormat valuepublic java.lang.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 java.lang.String getAuthorizedFor()
public void setAuthorizedFor(java.lang.String val)
val - The new authorizedFor valuepublic void setErrorMsg(java.lang.String errorMsg)
errorMsg - The new errorMsg valuepublic java.lang.String getErrorMsg()
public ResultDocList getResults()
public void setResults(ResultDocList results)
results - The new results valuepublic int getNumResults()
public java.util.List getUtcDates()
protected static final java.lang.String getDs()
protected final void prtlnErr(java.lang.String s)
s - The text that will be output to error out.protected final void prtln(java.lang.String s)
s - The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput - The new debug value