|
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.HistogramForm
public final class HistogramForm
A Struts Form bean for handling DDS histogram requests
Field Summary | |
---|---|
protected String |
collection
|
protected DleseCollectionDocReader |
collectionDocReader
|
protected String |
collectionMetaName
|
protected String |
currentVocabFramework
|
protected String |
currentVocabGroup
|
protected String |
currentVocabName
|
protected String |
error
|
protected String |
hasCollectionSpecified
|
protected static long |
histogramIndexModified
|
protected SimpleLuceneIndex |
index
|
protected int |
largestTotal
|
protected String |
primaryRecordCollectionDescriptionPage
|
protected RepositoryManager |
rm
|
protected ServletContext |
servletContext
|
protected String |
totalQuery
|
protected MetadataVocab |
vocab
|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
HistogramForm()
Constructor for the HistogramForm object |
Method Summary | |
---|---|
DleseCollectionDocReader |
getCollectionDocReader()
Gets the collectionDocReader attribute of the HistogramForm object |
ArrayList |
getCollections()
Gets the collection attribute of the HistogramForm object |
ArrayList |
getCollectionsVocab()
This is the OLD way, used by DDS v2.0 |
String |
getCollectionTitle()
Gets the collectionTitle attribute of the HistogramForm object |
String |
getCollectionTotal()
Gets the collectionTotal attribute of the HistogramForm object |
String |
getCurrentVocabGroup()
Gets the currentVocabGroup attribute of the HistogramForm object |
String |
getCurrentVocabName()
Gets the currentVocabName attribute of the HistogramForm object |
String |
getError()
Gets the error attribute of the DDSViewResourceForm object |
String |
getHasCollectionSpecified()
Gets the hasCollectionSpecified attribute of the HistogramForm object |
String |
getLargestTotal()
Gets the largestTotal attribute of the HistogramForm object |
String |
getTotal()
Gets the total attribute of the HistogramForm object |
ArrayList |
getVocabList()
Gets the vocabList attribute of the HistogramForm object |
ArrayList |
hasSubtotalsGreaterThanZero(ArrayList ret)
Description of the Method |
void |
resetLargestTotal()
Description of the Method |
void |
setCollection(String collection)
Sets the collection attribute of the HistogramForm object |
void |
setCollectionDocReader(DocReader collectionDocReader)
Sets the collection attribute of the HistogramForm object |
void |
setCollectionMetaName(String collectionMetaName)
Sets the collectionMetaName attribute of the HistogramForm object |
void |
setCurrentVocabFramework(String currentVocabFramework)
Sets the currentVocabFramework attribute of the HistogramForm object |
void |
setCurrentVocabGroup(String currentVocabGroup)
Sets the currentVocabGroup attribute of the HistogramForm object |
void |
setCurrentVocabName(String currentVocabName)
Sets the currentVocab attribute of the HistogramForm object |
void |
setError(String error)
Sets the error attribute of the DDSViewResourceForm object |
void |
setHasCollectionSpecified(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(ServletContext servletContext)
Sets the servletContext attribute of the HistogramForm object |
void |
setVocab(MetadataVocab vocab)
Sets the vocab attribute of the VocabCachingActionForm object |
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 |
Field Detail |
---|
protected String error
protected String hasCollectionSpecified
protected String primaryRecordCollectionDescriptionPage
protected String totalQuery
protected SimpleLuceneIndex index
protected RepositoryManager rm
protected String collection
protected String collectionMetaName
protected DleseCollectionDocReader collectionDocReader
protected int largestTotal
protected ServletContext servletContext
protected String currentVocabName
protected String currentVocabGroup
protected String currentVocabFramework
protected MetadataVocab vocab
protected static long histogramIndexModified
Constructor Detail |
---|
public HistogramForm()
Method Detail |
---|
public void setVocab(MetadataVocab vocab)
vocab
- The new vocab valuepublic void setServletContext(ServletContext servletContext)
servletContext
- The new servletContext valuepublic void setCurrentVocabName(String currentVocabName)
currentVocabName
- The new currentVocabName valuepublic String getCurrentVocabName()
public void setCurrentVocabGroup(String currentVocabGroup)
currentVocabGroup
- The new currentVocabGroup valuepublic String getCurrentVocabGroup()
public void setCurrentVocabFramework(String currentVocabFramework)
currentVocabFramework
- The new currentVocabFramework valuepublic String getLargestTotal()
public void resetLargestTotal()
public void setCollection(String collection)
collection
- The new collection valuepublic void setCollectionMetaName(String collectionMetaName)
collectionMetaName
- The new collectionMetaName valuepublic String getCollectionTitle()
public void setHasCollectionSpecified(String hasCollectionSpecified)
hasCollectionSpecified
- The new hasCollectionSpecified valuepublic String getHasCollectionSpecified()
public void setError(String error)
error
- The new error valuepublic String getError()
public void setCollectionDocReader(DocReader collectionDocReader)
collectionDocReader
- The new collectionResultDoc valuepublic DleseCollectionDocReader getCollectionDocReader()
public ArrayList getCollections()
public ArrayList getVocabList()
public ArrayList hasSubtotalsGreaterThanZero(ArrayList ret)
ret
-
public String getTotal()
public ArrayList getCollectionsVocab()
public void setRepositoryManager(RepositoryManager rm)
rm
- The new repositoryManager valuepublic void setIndex(SimpleLuceneIndex index)
index
- The new index valuepublic String getCollectionTotal()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |