public class ResQualSuggestionServiceHelper extends AsnSuggestionServiceHelper
ALL_CONTENT, BOTH_CONTENT, LIST_MODE, SELECTED_CONTENT, SUGGESTIONS_CONTENT, TREE_MODE
Constructor and Description |
---|
ResQualSuggestionServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the ResQualSuggestionServiceHelper object
|
Modifier and Type | Method and Description |
---|---|
ResQualStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the ResQualSuggestionServiceHelper
object
|
void |
rectifyInstanceDoc(javax.servlet.http.HttpServletRequest request)
Update instanceDocument to make the benchmark elements in the instance doc
correspond to the selected standards in the CAT UI.
|
void |
setXpath(java.lang.String path)
Sets the xpath attribute of the ResQualSuggestionServiceHelper object
|
void |
updateStandardsDisplay(java.lang.String displayContent)
Initialize the collapse bean to show selected and suggested standards nodes
in the display specified by "displayContent".
|
displaySuggestions, getAvailableDocs, getCurrentDoc, getDefaultDoc, getIdFromCATStandard, getOtherSelectedStandards, getSelectedStandardsBean, getStandardsDocument, getStandardsFormat, setStandardsDocument, updateSelectedStandardsBean
getActionForm, getAuthor, getConstraints, getDerivedCATEndGrade, getDerivedCATStartGrade, getDisplayContent, getDisplayMode, getFramework, getFrameworkPlugin, getGradeRangeOptions, getInstance, getInstanceDocument, getKeywordWeighting, getNumSelectedStandards, getOptionalCatUIFields, getRecordDescription, getRecordGradeRanges, getRecordKeywords, getRecordSubjects, getRecordUrl, getRootStandardNode, getSelectedGradeRanges, getSelectedKeywords, getSelectedStandards, getSelectedStandards, getServiceIsActive, getStandardsNodes, getSuggestedStandards, getTopic, getUrl, getUseDescription, getUseGradeRanges, getUseKeywords, getUseSubjects, getXmlFormat, getXpath, moreLikeThis, setDisplayContent, setDisplayMode, setFrameworkPlugin, setKeywordWeighting, setSelectedGradeRanges, setSelectedKeywords, setServiceIsActive, setSuggestedStandards, setUrl, setUseDescription, setUseGradeRanges, setUseKeywords, setUseSubjects, updateDisplayControls, updateSuggestions, updateSuggestions
public ResQualSuggestionServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef
- the SchemEditForm instanceframeworkPlugin
- the framework plugin for the res_qual frameworkpublic ResQualStandardsManager getStandardsManager()
getStandardsManager
in interface SuggestionServiceHelper
getStandardsManager
in class AsnSuggestionServiceHelper
public void setXpath(java.lang.String path)
path
- The new xpath valuepublic void rectifyInstanceDoc(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
Called by SchemEditForm.validate() to pre-process the instanceDoc.
request
- the Requestjava.lang.Exception
- NOT YET DOCUMENTEDpublic void updateStandardsDisplay(java.lang.String displayContent) throws java.lang.Exception
updateStandardsDisplay
in interface SuggestionServiceHelper
updateStandardsDisplay
in class CATServiceHelper
displayContent
- specifies what type of standards display is to be
updated.java.lang.Exception
- NOT YET DOCUMENTED