public final class HistogramForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collection |
protected DleseCollectionDocReader |
collectionDocReader |
protected java.lang.String |
collectionMetaName |
protected java.lang.String |
currentVocabFramework |
protected java.lang.String |
currentVocabGroup |
protected java.lang.String |
currentVocabName |
protected java.lang.String |
error |
protected java.lang.String |
hasCollectionSpecified |
protected static long |
histogramIndexModified |
protected SimpleLuceneIndex |
index |
protected int |
largestTotal |
protected java.lang.String |
primaryRecordCollectionDescriptionPage |
protected RepositoryManager |
rm |
protected javax.servlet.ServletContext |
servletContext |
protected java.lang.String |
totalQuery |
protected MetadataVocab |
vocab |
Constructor and Description |
---|
HistogramForm()
Constructor for the HistogramForm object
|
Modifier and Type | Method and Description |
---|---|
DleseCollectionDocReader |
getCollectionDocReader()
Gets the collectionDocReader attribute of the HistogramForm object
|
java.util.ArrayList |
getCollections()
Gets the collection attribute of the HistogramForm object
|
java.util.ArrayList |
getCollectionsVocab()
This is the OLD way, used by DDS v2.0
|
java.lang.String |
getCollectionTitle()
Gets the collectionTitle attribute of the HistogramForm object
|
java.lang.String |
getCollectionTotal()
Gets the collectionTotal attribute of the HistogramForm object
|
java.lang.String |
getCurrentVocabGroup()
Gets the currentVocabGroup attribute of the HistogramForm object
|
java.lang.String |
getCurrentVocabName()
Gets the currentVocabName attribute of the HistogramForm object
|
java.lang.String |
getError()
Gets the error attribute of the DDSViewResourceForm object
|
java.lang.String |
getHasCollectionSpecified()
Gets the hasCollectionSpecified attribute of the HistogramForm object
|
java.lang.String |
getLargestTotal()
Gets the largestTotal attribute of the HistogramForm object
|
java.lang.String |
getTotal()
Gets the total attribute of the HistogramForm object
|
java.util.ArrayList |
getVocabList()
Gets the vocabList attribute of the HistogramForm object
|
java.util.ArrayList |
hasSubtotalsGreaterThanZero(java.util.ArrayList ret)
Description of the Method
|
void |
resetLargestTotal()
Description of the Method
|
void |
setCollection(java.lang.String collection)
Sets the collection attribute of the HistogramForm object
|
void |
setCollectionDocReader(DocReader collectionDocReader)
Sets the collection attribute of the HistogramForm object
|
void |
setCollectionMetaName(java.lang.String collectionMetaName)
Sets the collectionMetaName attribute of the HistogramForm object
|
void |
setCurrentVocabFramework(java.lang.String currentVocabFramework)
Sets the currentVocabFramework attribute of the HistogramForm object
|
void |
setCurrentVocabGroup(java.lang.String currentVocabGroup)
Sets the currentVocabGroup attribute of the HistogramForm object
|
void |
setCurrentVocabName(java.lang.String currentVocabName)
Sets the currentVocab attribute of the HistogramForm object
|
void |
setError(java.lang.String error)
Sets the error attribute of the DDSViewResourceForm object
|
void |
setHasCollectionSpecified(java.lang.String hasCollectionSpecified)
Sets the hasCollectionSpecified attribute of the HistogramForm object
|
void |
setIndex(SimpleLuceneIndex index)
Sets the index attribute of the HistogramForm object
|
void |
setRepositoryManager(RepositoryManager rm)
Sets the repositoryManager attribute of the HistogramForm object
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
Sets the servletContext attribute of the HistogramForm object
|
void |
setVocab(MetadataVocab vocab)
Sets the vocab attribute of the VocabCachingActionForm object
|
protected java.lang.String error
protected java.lang.String hasCollectionSpecified
protected java.lang.String primaryRecordCollectionDescriptionPage
protected java.lang.String totalQuery
protected SimpleLuceneIndex index
protected RepositoryManager rm
protected java.lang.String collection
protected java.lang.String collectionMetaName
protected DleseCollectionDocReader collectionDocReader
protected int largestTotal
protected javax.servlet.ServletContext servletContext
protected java.lang.String currentVocabName
protected java.lang.String currentVocabGroup
protected java.lang.String currentVocabFramework
protected MetadataVocab vocab
protected static long histogramIndexModified
public void setVocab(MetadataVocab vocab)
vocab
- The new vocab valuepublic void setServletContext(javax.servlet.ServletContext servletContext)
servletContext
- The new servletContext valuepublic void setCurrentVocabName(java.lang.String currentVocabName)
currentVocabName
- The new currentVocabName valuepublic java.lang.String getCurrentVocabName()
public void setCurrentVocabGroup(java.lang.String currentVocabGroup)
currentVocabGroup
- The new currentVocabGroup valuepublic java.lang.String getCurrentVocabGroup()
public void setCurrentVocabFramework(java.lang.String currentVocabFramework)
currentVocabFramework
- The new currentVocabFramework valuepublic java.lang.String getLargestTotal()
public void resetLargestTotal()
public void setCollection(java.lang.String collection)
collection
- The new collection valuepublic void setCollectionMetaName(java.lang.String collectionMetaName)
collectionMetaName
- The new collectionMetaName valuepublic java.lang.String getCollectionTitle()
public void setHasCollectionSpecified(java.lang.String hasCollectionSpecified)
hasCollectionSpecified
- The new hasCollectionSpecified valuepublic java.lang.String getHasCollectionSpecified()
public void setError(java.lang.String error)
error
- The new error valuepublic java.lang.String getError()
public void setCollectionDocReader(DocReader collectionDocReader)
collectionDocReader
- The new collectionResultDoc valuepublic DleseCollectionDocReader getCollectionDocReader()
public java.util.ArrayList getCollections()
public java.util.ArrayList getVocabList()
public java.util.ArrayList hasSubtotalsGreaterThanZero(java.util.ArrayList ret)
ret
- public java.lang.String getTotal()
public java.util.ArrayList getCollectionsVocab()
public void setRepositoryManager(RepositoryManager rm)
rm
- The new repositoryManager valuepublic void setIndex(SimpleLuceneIndex index)
index
- The new index valuepublic java.lang.String getCollectionTotal()