Class DleseSuggestionServiceHelper
java.lang.Object
org.dlese.dpc.schemedit.standards.CATServiceHelper
org.dlese.dpc.schemedit.standards.adn.DleseSuggestionServiceHelper
- All Implemented Interfaces:
SuggestionServiceHelper
CATServiceHelper that converts ASN standards to ADN
representation and back for use with the ADN metadataFramework.
- 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
ConstructorsConstructorDescriptionDleseSuggestionServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin) Constructor for the DleseSuggestionServiceHelper objectDleseSuggestionServiceHelper(AsnToAdnMapper standardsMapper) Constructor for the DleseSuggestionServiceHelper object -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the AdnText corresponding to the provided standard's identifier (via the standardsMapper instance).Gets the standardsDocument from which suggestions are requested and received.Gets the standardsFormat attribute of the CATServiceHelper objectGets the standardsManager attribute of the CATServiceHelper objectstatic voidThe main program for the DleseSuggestionServiceHelper classMethods inherited from class org.dlese.dpc.schemedit.standards.CATServiceHelper
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, updateSuggestions
-
Constructor Details
-
DleseSuggestionServiceHelper
Constructor for the DleseSuggestionServiceHelper object- Parameters:
sef- SchemEditForm instanceservletContext- ServletContext providing access to suggestion service and asfToAdnMapper
-
DleseSuggestionServiceHelper
Constructor for the DleseSuggestionServiceHelper object- Parameters:
standardsMapper- NOT YET DOCUMENTED
-
-
Method Details
-
getStandardsManager
Description copied from class:CATServiceHelperGets the standardsManager attribute of the CATServiceHelper object- Specified by:
getStandardsManagerin interfaceSuggestionServiceHelper- Overrides:
getStandardsManagerin classCATServiceHelper- Returns:
- The standardsManager value
-
getStandardsDocument
Description copied from class:CATServiceHelperGets the standardsDocument from which suggestions are requested and received.- Specified by:
getStandardsDocumentin classCATServiceHelper- Returns:
- The standardsDocument value
-
getStandardsFormat
Description copied from class:CATServiceHelperGets the standardsFormat attribute of the CATServiceHelper object- Specified by:
getStandardsFormatin classCATServiceHelper- Returns:
- The standardsFormat value (e.g., "dlese", "asn")
-
getStandardsMapper
-
getIdFromCATStandard
Returns the AdnText corresponding to the provided standard's identifier (via the standardsMapper instance).- Specified by:
getIdFromCATStandardin classCATServiceHelper- Parameters:
std- NOT YET DOCUMENTED- Returns:
- The idFromCATStandard value
-
main
The main program for the DleseSuggestionServiceHelper class- Parameters:
args- The command line arguments
-