|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dlese.dpc.schemedit.standards.CATServiceHelper
org.dlese.dpc.schemedit.standards.commcore.CommCoreServiceHelper
public class CommCoreServiceHelper
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
.
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 | |
---|---|
CommCoreServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the CommCoreServiceHelper object |
Method Summary | |
---|---|
String |
getAuthor()
Resolves author from the asnDocument (which it gets from the StandardsDocument) |
List |
getAvailableDocs()
Gets the availableDocs attribute of the CATServiceHelper object |
protected String |
getIdFromCATStandard(CATStandard std)
Gets the idFromCATStandard attribute of the CATServiceHelper object |
StandardsNode |
getRootStandardNode()
Gets the rootStandardNode attribute of the CommCoreServiceHelper object |
CommCoreStandardsDocument |
getStandardsDocument()
Gets the standardsDocument attribute of the CommCoreServiceHelper object |
String |
getStandardsFormat()
Gets the standardsFormat attribute of the CommCoreServiceHelper object |
CommCoreStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the CommCoreServiceHelper object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommCoreServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef
- Description of the ParameterframeworkPlugin
- NOT YET DOCUMENTEDMethod Detail |
---|
public CommCoreStandardsDocument getStandardsDocument()
getStandardsDocument
in class CATServiceHelper
public String getStandardsFormat()
getStandardsFormat
in class CATServiceHelper
public CommCoreStandardsManager getStandardsManager()
getStandardsManager
in interface SuggestionServiceHelper
getStandardsManager
in class CATServiceHelper
public StandardsNode getRootStandardNode()
getRootStandardNode
in class CATServiceHelper
public String getAuthor()
getAuthor
in class CATServiceHelper
protected String getIdFromCATStandard(CATStandard std)
CATServiceHelper
getIdFromCATStandard
in class CATServiceHelper
std
- NOT YET DOCUMENTED
public List getAvailableDocs()
CATServiceHelper
getAvailableDocs
in class CATServiceHelper
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |