public class DleseSuggestionServiceHelper extends CATServiceHelper
ALL_CONTENT, BOTH_CONTENT, LIST_MODE, SELECTED_CONTENT, SUGGESTIONS_CONTENT, TREE_MODE| Constructor and Description |
|---|
DleseSuggestionServiceHelper(AsnToAdnMapper standardsMapper)
Constructor for the DleseSuggestionServiceHelper object
|
DleseSuggestionServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the DleseSuggestionServiceHelper object
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getIdFromCATStandard(CATStandard std)
Returns the AdnText corresponding to the provided standard's identifier
(via the standardsMapper instance).
|
StandardsDocument |
getStandardsDocument()
Gets the standardsDocument from which suggestions are requested and received.
|
java.lang.String |
getStandardsFormat()
Gets the standardsFormat attribute of the CATServiceHelper object
|
DleseStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the CATServiceHelper object
|
AsnToAdnMapper |
getStandardsMapper() |
static void |
main(java.lang.String[] args)
The main program for the DleseSuggestionServiceHelper class
|
displaySuggestions, getActionForm, getAuthor, getAvailableDocs, getConstraints, getCurrentDoc, getDerivedCATEndGrade, getDerivedCATStartGrade, getDisplayContent, getDisplayMode, getFramework, getFrameworkPlugin, getGradeRangeOptions, getInstance, getInstanceDocument, getKeywordWeighting, getNumSelectedStandards, getOptionalCatUIFields, getOtherSelectedStandards, 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, updateStandardsDisplay, updateSuggestions, updateSuggestionspublic DleseSuggestionServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef - SchemEditForm instanceservletContext - ServletContext providing access to suggestion
service and asfToAdnMapperpublic DleseSuggestionServiceHelper(AsnToAdnMapper standardsMapper)
standardsMapper - NOT YET DOCUMENTEDpublic DleseStandardsManager getStandardsManager()
CATServiceHelpergetStandardsManager in interface SuggestionServiceHelpergetStandardsManager in class CATServiceHelperpublic StandardsDocument getStandardsDocument()
CATServiceHelpergetStandardsDocument in class CATServiceHelperpublic java.lang.String getStandardsFormat()
CATServiceHelpergetStandardsFormat in class CATServiceHelperpublic AsnToAdnMapper getStandardsMapper()
protected java.lang.String getIdFromCATStandard(CATStandard std)
getIdFromCATStandard in class CATServiceHelperstd - NOT YET DOCUMENTEDpublic static void main(java.lang.String[] args)
args - The command line arguments