Class CommCoreServiceHelper
java.lang.Object
org.dlese.dpc.schemedit.standards.CATServiceHelper
org.dlese.dpc.schemedit.standards.commcore.CommCoreServiceHelper
- All Implemented Interfaces:
SuggestionServiceHelper
Run-time support for CAT suggestion service, which acts as intermediary
between CAT Service client and Form bean/JSP pages.
The CAT service UI involves extraction of several values from the item
record being edited for each framework, such as selected keywords, selected
graderanges, etc. The functionality to extract these values is delegated to
the framework-specific plug-in, which implments CATHelperPlugin.
- Author:
- ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.schemedit.standards.CATServiceHelper
ALL_CONTENT, BOTH_CONTENT, LIST_MODE, SELECTED_CONTENT, SUGGESTIONS_CONTENT, TREE_MODE -
Constructor Summary
ConstructorsConstructorDescriptionCommCoreServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin) Constructor for the CommCoreServiceHelper object -
Method Summary
Modifier and TypeMethodDescriptionResolves author from the asnDocument (which it gets from the StandardsDocument)Gets the availableDocs attribute of the CATServiceHelper objectprotected StringGets the idFromCATStandard attribute of the CATServiceHelper objectGets the rootStandardNode attribute of the CommCoreServiceHelper objectGets the standardsDocument attribute of the CommCoreServiceHelper objectGets the standardsFormat attribute of the CommCoreServiceHelper objectGets the standardsManager attribute of the CommCoreServiceHelper objectMethods inherited from class org.dlese.dpc.schemedit.standards.CATServiceHelper
displaySuggestions, getActionForm, getConstraints, getCurrentDoc, getDerivedCATEndGrade, getDerivedCATStartGrade, getDisplayContent, getDisplayMode, getFramework, getFrameworkPlugin, getGradeRangeOptions, getInstance, getInstanceDocument, getKeywordWeighting, getNumSelectedStandards, getOptionalCatUIFields, getOtherSelectedStandards, getRecordDescription, getRecordGradeRanges, getRecordKeywords, getRecordSubjects, getRecordUrl, 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, updateSuggestions
-
Constructor Details
-
CommCoreServiceHelper
Constructor for the CommCoreServiceHelper object- Parameters:
sef- Description of the ParameterframeworkPlugin- NOT YET DOCUMENTED
-
-
Method Details
-
getStandardsDocument
Gets the standardsDocument attribute of the CommCoreServiceHelper object- Specified by:
getStandardsDocumentin classCATServiceHelper- Returns:
- The standardsDocument value
-
getStandardsFormat
Gets the standardsFormat attribute of the CommCoreServiceHelper object- Specified by:
getStandardsFormatin classCATServiceHelper- Returns:
- The standardsFormat value
-
getStandardsManager
Gets the standardsManager attribute of the CommCoreServiceHelper object- Specified by:
getStandardsManagerin interfaceSuggestionServiceHelper- Overrides:
getStandardsManagerin classCATServiceHelper- Returns:
- The standardsManager value
-
getRootStandardNode
Gets the rootStandardNode attribute of the CommCoreServiceHelper object- Overrides:
getRootStandardNodein classCATServiceHelper- Returns:
- The rootStandardNode value
-
getAuthor
Resolves author from the asnDocument (which it gets from the StandardsDocument)- Overrides:
getAuthorin classCATServiceHelper- Returns:
- The author value
-
getIdFromCATStandard
Description copied from class:CATServiceHelperGets the idFromCATStandard attribute of the CATServiceHelper object- Specified by:
getIdFromCATStandardin classCATServiceHelper- Parameters:
std- NOT YET DOCUMENTED- Returns:
- The idFromCATStandard value
-
getAvailableDocs
Description copied from class:CATServiceHelperGets the availableDocs attribute of the CATServiceHelper object- Overrides:
getAvailableDocsin classCATServiceHelper- Returns:
- The availableDocs value
-