DLESE Tools
v1.6.0

org.dlese.dpc.dds.action.form
Class DDSViewResourceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.dds.action.form.DDSViewResourceForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DDSQueryForm

public class DDSViewResourceForm
extends org.apache.struts.action.ActionForm
implements Serializable

A Struts Form bean for handling DDS view resource requests

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DDSViewResourceForm()
          Constructor for the DDSViewResourceForm object
 
Method Summary
 void clearVocabCache()
          Description of the Method
 ArrayList getCachedVocabValuesInOrder()
          Gets the cachedVocabValuesInOrder attribute of the DDSViewResourceForm object
 String getCollectionDescription()
          Gets the collectionDescription attribute of the DDSViewResourceForm object
 String getError()
          Gets the error attribute of the DDSViewResourceForm object
 String getForwardUrl()
          Gets the forwardUrl attribute of the DDSViewResourceForm object
 String getHasChallengingLearningContexts()
          Gets the hasChallengingLearningContexts attribute of the DDSViewResourceForm object
 String getHasDrcReviews()
          Gets the hasDrcReviews attribute of the DDSViewResourceForm object
 String getHasIdeasForUse()
          Gets the hasIdeasForUse attribute of the DDSViewResourceForm object
 String getHasOtherReviews()
          Gets the hasOtherReviews attribute of the DDSViewResourceForm object
 String getHasReviews()
          Gets the hasReviews attribute of the DDSViewResourceForm object
 String getHasTeachingTips()
          Gets the teachingTips attribute of the DDSViewResourceForm object
 String getIdSearchTitle()
          Gets the idSearchTitle attribute of the DDSViewResourceForm object
 String getIdSearchUrl()
          Gets the idSearchUrl attribute of the DDSViewResourceForm object
 String getIsDrcReview(int index)
          Gets the isDrcReview attribute of the DDSViewResourceForm object
 String getIsDrcReviewInProgress()
          Gets the isDrcReviewInProgress attribute of the DDSViewResourceForm object
 ItemDocReader getItemDocReader()
          Gets the itemDocReader attribute of the DDSViewResourceForm object
 int getNumRecordCollections()
          Gets the numRecordCollections attribute of the DDSViewResourceForm object
 String getPathwayUrl()
          Gets the pathwayUrl attribute of the DDSViewResourceForm object
 String getPrimaryRequestedCollectionKey()
          Gets the primaryResultDocCollectionId attribute of the DDSViewResourceForm object
 ResultDoc getPrimaryResultDoc()
          Gets the primaryResultDocReader attribute of the DDSViewResourceForm object
 String getPrimaryResultDocId()
          Gets the primaryResultDocId attribute of the DDSViewResourceForm object
 String getRecordCollection(int index)
          Gets the recordCollection attribute of the DDSViewResourceForm object
 String[] getRecordCollections()
          Gets the recordCollection attribute of the DDSViewResourceForm object
 String getRecordFilename()
          Gets the recordFilename attribute of the DDSViewResourceForm object
 String getRecordId()
          Gets the resourceId attribute of the DDSViewResourceForm object
 String[] getRecordIds()
          Gets the recordIds attribute of the DDSViewResourceForm object
 String getRecordIds(int index)
          Gets the recordIds attribute of the DDSViewResourceForm object
 String getRelDisplayed()
          Gets the relDisplayed attribute of the DDSViewResourceForm object
 String getResourceResultLinkRedirectURL()
          Gets the resourceResultLinkRedirectURL attribute of the DDSQueryForm object
 String getResourceTitle()
          Gets the resourceTitle attribute of the DDSViewResourceForm object
 String getResourceUrl()
          Gets the resourceUrl attribute of the DDSViewResourceForm object
 MetadataVocab getVocab()
          Gets the vocab attribute of the DDSViewResourceForm object
 String getVocabCacheFeedbackString()
          Gets the vocabCacheFeedbackString attribute of the DDSViewResourceForm object
 void setCollectionKey(String collectionKey)
          Sets the collectionKey attribute of the DDSViewResourceForm object
 void setContextUrl(String contextUrl)
          Sets the contextUrl attribute of the DDSViewResourceForm object
 void setError(String error)
          Sets the error attribute of the DDSViewResourceForm object
 void setForwardUrl(String forwardUrl)
          Sets the forwardUrl attribute of the DDSViewResourceForm object
 void setIdSearch(String id)
          Sets the idSearch attribute of the DDSViewResourceForm object
 void setPrimaryResultDoc(ResultDoc primaryResultDoc)
          Sets the primaryResultDoc attribute of the DDSViewResourceForm object
 void setPrimaryResultDocCollectionKey(String primaryResultDocCollectionKey)
          Sets the primaryResultDocCollectionId attribute of the DDSViewResourceForm object
 void setPrimaryResultDocId(String id)
          Sets the primaryResultDocId attribute of the DDSViewResourceForm object
 void setRecordFilename(String recordFilename)
          Sets the recordFilename attribute of the DDSViewResourceForm object
 void setRecordId(String recordId)
          Sets the resourceId attribute of the DDSViewResourceForm object
 void setRelDisplayed(String val)
          Sets the relDisplayed attribute of the DDSViewResourceForm object
 void setResourceResultLinkRedirectURL(String str)
          Sets the resourceResultLinkRedirectURL attribute of the DDSViewResourceForm object
 void setSearcher(SimpleLuceneIndex index)
          Sets the searcher attribute of the DDSViewResourceForm object
 void setSystem(String system)
          Sets the system attribute of the DDSViewResourceForm object
 void setVocab(MetadataVocab vocab)
          Sets the vocab attribute of the DDSViewResourceForm object
 void setVocabCacheFeedbackString(String append)
          Sets the vocabCacheFeedbackString attribute of the DDSViewResourceForm object
 void setVocabCacheGroup(String vocabCacheGroup)
          Sets the vocabCacheGroup attribute of the DDSViewResourceForm object
 void setVocabCacheValue(String vocabValue)
          Description of the Method
 
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

DDSViewResourceForm

public DDSViewResourceForm()
Constructor for the DDSViewResourceForm object

Method Detail

setForwardUrl

public void setForwardUrl(String forwardUrl)
Sets the forwardUrl attribute of the DDSViewResourceForm object

Parameters:
forwardUrl - The new forwardUrl value

getForwardUrl

public String getForwardUrl()
Gets the forwardUrl attribute of the DDSViewResourceForm object

Returns:
The forwardUrl value

getVocabCacheFeedbackString

public String getVocabCacheFeedbackString()
Gets the vocabCacheFeedbackString attribute of the DDSViewResourceForm object

Returns:
The vocabCacheFeedbackString value

setVocabCacheFeedbackString

public void setVocabCacheFeedbackString(String append)
Sets the vocabCacheFeedbackString attribute of the DDSViewResourceForm object

Parameters:
append - The new vocabCacheFeedbackString value

setVocab

public void setVocab(MetadataVocab vocab)
Sets the vocab attribute of the DDSViewResourceForm object

Parameters:
vocab - The new vocab value

getVocab

public MetadataVocab getVocab()
Gets the vocab attribute of the DDSViewResourceForm object

Returns:
The vocab value

setSystem

public void setSystem(String system)
Sets the system attribute of the DDSViewResourceForm object

Parameters:
system - The new system value

clearVocabCache

public void clearVocabCache()
Description of the Method


setVocabCacheValue

public void setVocabCacheValue(String vocabValue)
Description of the Method

Parameters:
vocabValue -

setVocabCacheGroup

public void setVocabCacheGroup(String vocabCacheGroup)
Sets the vocabCacheGroup attribute of the DDSViewResourceForm object

Parameters:
vocabCacheGroup - The new vocabCacheGroup value

getCachedVocabValuesInOrder

public ArrayList getCachedVocabValuesInOrder()
Gets the cachedVocabValuesInOrder attribute of the DDSViewResourceForm object

Returns:
The cachedVocabValuesInOrder value

setResourceResultLinkRedirectURL

public void setResourceResultLinkRedirectURL(String str)
Sets the resourceResultLinkRedirectURL attribute of the DDSViewResourceForm object

Parameters:
str - The new resourceResultLinkRedirectURL value

getResourceResultLinkRedirectURL

public String getResourceResultLinkRedirectURL()
Gets the resourceResultLinkRedirectURL attribute of the DDSQueryForm object

Returns:
The resourceResultLinkRedirectURL value

setPrimaryResultDocId

public void setPrimaryResultDocId(String id)
Sets the primaryResultDocId attribute of the DDSViewResourceForm object

Parameters:
id - The new primaryResultDocId value

getPrimaryResultDocId

public String getPrimaryResultDocId()
Gets the primaryResultDocId attribute of the DDSViewResourceForm object

Returns:
The primaryResultDocId value

setError

public void setError(String error)
Sets the error attribute of the DDSViewResourceForm object

Parameters:
error - The new error value

getError

public String getError()
Gets the error attribute of the DDSViewResourceForm object

Returns:
The error value

setPrimaryResultDoc

public void setPrimaryResultDoc(ResultDoc primaryResultDoc)
Sets the primaryResultDoc attribute of the DDSViewResourceForm object

Parameters:
primaryResultDoc - The new primaryResultDoc value

getPrimaryResultDoc

public ResultDoc getPrimaryResultDoc()
Gets the primaryResultDocReader attribute of the DDSViewResourceForm object

Returns:
The primaryResultDoc value

getItemDocReader

public ItemDocReader getItemDocReader()
Gets the itemDocReader attribute of the DDSViewResourceForm object

Returns:
The itemDocReader value

setPrimaryResultDocCollectionKey

public void setPrimaryResultDocCollectionKey(String primaryResultDocCollectionKey)
Sets the primaryResultDocCollectionId attribute of the DDSViewResourceForm object

Parameters:
primaryResultDocCollectionKey - The new primaryResultDocCollectionKey value

getPrimaryRequestedCollectionKey

public String getPrimaryRequestedCollectionKey()
Gets the primaryResultDocCollectionId attribute of the DDSViewResourceForm object

Returns:
The primaryRequestedCollectionKey value

getHasReviews

public String getHasReviews()
Gets the hasReviews attribute of the DDSViewResourceForm object

Returns:
The hasReviews value

getHasDrcReviews

public String getHasDrcReviews()
Gets the hasDrcReviews attribute of the DDSViewResourceForm object

Returns:
The hasDrcReviews value

getIsDrcReview

public String getIsDrcReview(int index)
Gets the isDrcReview attribute of the DDSViewResourceForm object

Parameters:
index -
Returns:
The isDrcReview value

getIsDrcReviewInProgress

public String getIsDrcReviewInProgress()
Gets the isDrcReviewInProgress attribute of the DDSViewResourceForm object

Returns:
The isDrcReviewInProgress value

getPathwayUrl

public String getPathwayUrl()
Gets the pathwayUrl attribute of the DDSViewResourceForm object

Returns:
The pathwayUrl value

getHasOtherReviews

public String getHasOtherReviews()
Gets the hasOtherReviews attribute of the DDSViewResourceForm object

Returns:
The hasOtherReviews value

getHasTeachingTips

public String getHasTeachingTips()
Gets the teachingTips attribute of the DDSViewResourceForm object

Returns:
The hasTeachingTips value

getHasIdeasForUse

public String getHasIdeasForUse()
Gets the hasIdeasForUse attribute of the DDSViewResourceForm object

Returns:
The hasIdeasForUse value

getHasChallengingLearningContexts

public String getHasChallengingLearningContexts()
Gets the hasChallengingLearningContexts attribute of the DDSViewResourceForm object

Returns:
The hasChallengingLearningContexts value

setIdSearch

public void setIdSearch(String id)
Sets the idSearch attribute of the DDSViewResourceForm object

Parameters:
id - The new idSearch value

setRelDisplayed

public void setRelDisplayed(String val)
Sets the relDisplayed attribute of the DDSViewResourceForm object

Parameters:
val - The new relDisplayed value

getRelDisplayed

public String getRelDisplayed()
Gets the relDisplayed attribute of the DDSViewResourceForm object

Returns:
The relDisplayed value.

getIdSearchTitle

public String getIdSearchTitle()
Gets the idSearchTitle attribute of the DDSViewResourceForm object

Returns:
The idSearchTitle value

getIdSearchUrl

public String getIdSearchUrl()
Gets the idSearchUrl attribute of the DDSViewResourceForm object

Returns:
The idSearchUrl value

getResourceTitle

public String getResourceTitle()
Gets the resourceTitle attribute of the DDSViewResourceForm object

Returns:
The resourceTitle value

getResourceUrl

public String getResourceUrl()
Gets the resourceUrl attribute of the DDSViewResourceForm object

Returns:
The resourceUrl value

setRecordFilename

public void setRecordFilename(String recordFilename)
Sets the recordFilename attribute of the DDSViewResourceForm object

Parameters:
recordFilename - The new recordFilename value

getRecordFilename

public String getRecordFilename()
Gets the recordFilename attribute of the DDSViewResourceForm object

Returns:
The recordFilename value

getRecordCollections

public String[] getRecordCollections()
Gets the recordCollection attribute of the DDSViewResourceForm object

Returns:
The recordCollections value

getRecordCollection

public String getRecordCollection(int index)
Gets the recordCollection attribute of the DDSViewResourceForm object

Parameters:
index -
Returns:
The recordCollection value

getRecordIds

public String[] getRecordIds()
Gets the recordIds attribute of the DDSViewResourceForm object

Returns:
The recordIds value

getRecordIds

public String getRecordIds(int index)
Gets the recordIds attribute of the DDSViewResourceForm object

Parameters:
index -
Returns:
The recordIds value

getNumRecordCollections

public int getNumRecordCollections()
Gets the numRecordCollections attribute of the DDSViewResourceForm object

Returns:
The numRecordCollections value

setRecordId

public void setRecordId(String recordId)
Sets the resourceId attribute of the DDSViewResourceForm object

Parameters:
recordId - The new recordId value

getRecordId

public String getRecordId()
Gets the resourceId attribute of the DDSViewResourceForm object

Returns:
The recordId value

setSearcher

public void setSearcher(SimpleLuceneIndex index)
Sets the searcher attribute of the DDSViewResourceForm object

Parameters:
index - The new searcher value

setCollectionKey

public void setCollectionKey(String collectionKey)
Sets the collectionKey attribute of the DDSViewResourceForm object

Parameters:
collectionKey - The new collectionKey value

setContextUrl

public void setContextUrl(String contextUrl)
Sets the contextUrl attribute of the DDSViewResourceForm object

Parameters:
contextUrl - The new contextUrl value

getCollectionDescription

public String getCollectionDescription()
Gets the collectionDescription attribute of the DDSViewResourceForm object

Returns:
The collectionDescription value

DLESE Tools
v1.6.0