|
DLESE Tools v1.2 |
||||||||||
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.DDSViewResourceForm
A Struts Form bean for handling DDS view resource requests
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DDSViewResourceForm()
Constructor for the DDSViewResourceForm object |
Method Summary | |
---|---|
String |
getError()
Gets the error 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 |
getRecordCollectionDescriptionPage()
Gets the recordCollectionDescriptionPage attribute of the DDSViewResourceForm object |
String |
getRecordCollectionDescriptionPage(String collectionKey)
Gets the recordCollectionDescriptionPage attribute of the DDSViewResourceForm object |
String |
getRecordCollectionDescriptionPageFull(String collectionKey)
Gets the recordCollectionDescriptionPageFull attribute of the DDSViewResourceForm object |
String |
getRecordCollectionDescriptionPageShort(String collectionKey)
Gets the recordCollectionDescriptionPageShort 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 |
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 |
void |
setError(String error)
Sets the error 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 |
setResourceResultLinkRedirectURL(String str)
Sets the resourceResultLinkRedirectURL attribute of the DDSViewResourceForm object |
void |
setSearcher(SimpleLuceneIndex index)
Sets the searcher attribute of the DDSViewResourceForm 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 |
Constructor Detail |
public DDSViewResourceForm()
Method Detail |
public void setResourceResultLinkRedirectURL(String str)
str
- The new resourceResultLinkRedirectURL valuepublic String getResourceResultLinkRedirectURL()
public void setPrimaryResultDocId(String id)
id
- The new primaryResultDocId valuepublic String getPrimaryResultDocId()
public void setError(String error)
error
- The new error valuepublic String getError()
public void setPrimaryResultDoc(ResultDoc primaryResultDoc)
primaryResultDoc
- The new primaryResultDoc valuepublic ResultDoc getPrimaryResultDoc()
public ItemDocReader getItemDocReader()
public void setPrimaryResultDocCollectionKey(String primaryResultDocCollectionKey)
primaryResultDocCollectionKey
- The new primaryResultDocCollectionKey
valuepublic String getPrimaryRequestedCollectionKey()
public String getHasReviews()
public String getHasDrcReviews()
public String getIsDrcReview(int index)
index
-
public String getIsDrcReviewInProgress()
public String getPathwayUrl()
public String getHasOtherReviews()
public String getHasTeachingTips()
public String getHasIdeasForUse()
public String getHasChallengingLearningContexts()
public void setIdSearch(String id)
id
- The new idSearch valuepublic String getIdSearchTitle()
public String getIdSearchUrl()
public String getResourceTitle()
public String getResourceUrl()
public void setRecordFilename(String recordFilename)
recordFilename
- The new recordFilename valuepublic String getRecordFilename()
public String[] getRecordCollections()
public String getRecordCollection(int index)
index
-
public String[] getRecordIds()
public String getRecordIds(int index)
index
-
public int getNumRecordCollections()
public String getRecordCollectionDescriptionPage()
public String getRecordCollectionDescriptionPage(String collectionKey)
collectionKey
-
public String getRecordCollectionDescriptionPageFull(String collectionKey)
collectionKey
-
public String getRecordCollectionDescriptionPageShort(String collectionKey)
collectionKey
-
public void setRecordId(String recordId)
recordId
- The new recordId valuepublic String getRecordId()
public void setSearcher(SimpleLuceneIndex index)
index
- The new searcher value
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |